Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -206,4 +206,4 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
206 |
|
207 |
app.queue() # <-- Sets up a queue with default parameters
|
208 |
if __name__ == "__main__":
|
209 |
-
app.launch(show_api=False, share=
|
|
|
206 |
|
207 |
app.queue() # <-- Sets up a queue with default parameters
|
208 |
if __name__ == "__main__":
|
209 |
+
app.launch(show_api=False, share=False)
|