fix share
Browse files
app.py
CHANGED
@@ -117,4 +117,4 @@ with gr.Blocks() as app:
|
|
117 |
with gr.Row():
|
118 |
gr.HTML(footer)
|
119 |
|
120 |
-
app.launch(share=
|
|
|
117 |
with gr.Row():
|
118 |
gr.HTML(footer)
|
119 |
|
120 |
+
app.launch(share=False, debug=True, enable_queue=True)
|