Spaces:
Sleeping
Sleeping
Update gradio_ui.py
Browse files- gradio_ui.py +1 -1
gradio_ui.py
CHANGED
|
@@ -23,4 +23,4 @@ iface = gr.Interface(
|
|
| 23 |
)
|
| 24 |
|
| 25 |
if __name__ == "__main__":
|
| 26 |
-
iface.launch()
|
|
|
|
| 23 |
)
|
| 24 |
|
| 25 |
if __name__ == "__main__":
|
| 26 |
+
iface.launch(share=True, debug=True)
|