Spaces:
Sleeping
Sleeping
Commit
·
d150045
1
Parent(s):
b0c1068
Update share option in app.py
Browse files
app.py
CHANGED
@@ -250,4 +250,4 @@ demo = gr.Interface(
|
|
250 |
|
251 |
# Enable queueing and launch the app
|
252 |
if __name__ == "__main__":
|
253 |
-
demo.queue(api_open=True).launch(show_api=True, share=
|
|
|
250 |
|
251 |
# Enable queueing and launch the app
|
252 |
if __name__ == "__main__":
|
253 |
+
demo.queue(api_open=True).launch(show_api=True, share=False)
|