shunk031 commited on
Commit
a9d1415
·
1 Parent(s): b2214a3

deploy: fc052ccf1f50f408039a8d6f26b6146ed6a8030b

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import evaluate
2
+ from evaluate.utils import launch_gradio_widget
3
+
4
+ module = evaluate.load("creative-graphic-design/layout-unreadability")
5
+ launch_gradio_widget(module)