Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks(css=css) as demo:
|
|
119 |
# disable queue
|
120 |
demo.queue = False
|
121 |
demo.config['queue'] = False
|
122 |
-
demo.launch(show_api=
|
|
|
119 |
# disable queue
|
120 |
demo.queue = False
|
121 |
demo.config['queue'] = False
|
122 |
+
demo.launch(show_api=False)
|