Spaces:
Sleeping
Sleeping
resolved ssr arg
Browse files
app.py
CHANGED
@@ -199,5 +199,5 @@ demo = gr.Interface(
|
|
199 |
)
|
200 |
|
201 |
# Launch the app
|
202 |
-
demo.launch(server_name="localhost", server_port=7860,
|
203 |
|
|
|
199 |
)
|
200 |
|
201 |
# Launch the app
|
202 |
+
demo.launch(server_name="localhost", server_port=7860, share = True)
|
203 |
|