Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2335,5 +2335,5 @@ demo = gr.Interface(
|
|
2335 |
|
2336 |
|
2337 |
|
2338 |
-
demo.launch()
|
2339 |
-
|
|
|
2335 |
|
2336 |
|
2337 |
|
2338 |
+
#demo.launch()
|
2339 |
+
demo.launch(share=True) # Share your demo with just 1 extra parameter
|