Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ demo = gr.Interface(
|
|
107 |
outputs=[gr.Textbox(label="Predict", lines=1)],
|
108 |
)
|
109 |
if __name__ == "__main__":
|
110 |
-
demo.launch()
|
|
|
107 |
outputs=[gr.Textbox(label="Predict", lines=1)],
|
108 |
)
|
109 |
if __name__ == "__main__":
|
110 |
+
demo.launch(share=True)
|