Spaces:
Sleeping
Sleeping
RoboApocalypse
commited on
Commit
·
435181d
1
Parent(s):
d150045
Update app.py to launch the app without sharing
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
|
|
|
250 |
|
251 |
# Enable queueing and launch the app
|
252 |
if __name__ == "__main__":
|
253 |
+
demo.queue(api_open=True).launch(show_api=True)
|