Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,5 +72,5 @@ iface = gr.Interface(
|
|
| 72 |
# show_tips=True
|
| 73 |
)
|
| 74 |
|
| 75 |
-
|
| 76 |
-
iface.launch()
|
|
|
|
| 72 |
# show_tips=True
|
| 73 |
)
|
| 74 |
|
| 75 |
+
iface.launch(share=True) # "share" not allowed in hf spaces? (!?!?)
|
| 76 |
+
# iface.launch()
|