Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,9 +68,9 @@ iface = gr.Interface(
|
|
68 |
article=article_string,
|
69 |
theme='grass',
|
70 |
examples=[[tree_code,50,200,2,70,10,80],[insert_code,100,250,3,90,20,90],[display_code,150,300,5,100,100,95]],
|
71 |
-
verbose=True,
|
72 |
-
|
73 |
)
|
74 |
|
75 |
-
iface.launch(share=True) # "share" not allowed in hf spaces? (!?!?)
|
76 |
-
|
|
|
68 |
article=article_string,
|
69 |
theme='grass',
|
70 |
examples=[[tree_code,50,200,2,70,10,80],[insert_code,100,250,3,90,20,90],[display_code,150,300,5,100,100,95]],
|
71 |
+
# verbose=True,
|
72 |
+
show_tips=True
|
73 |
)
|
74 |
|
75 |
+
# iface.launch(share=True) # "share" not allowed in hf spaces? (!?!?)
|
76 |
+
iface.launch()
|