Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -293,5 +293,5 @@ with gr.Blocks(fill_height=True) as demo:
|
|
293 |
chatbot=chatbot_I2T,
|
294 |
)
|
295 |
|
296 |
-
demo.queue(api_open=False)
|
297 |
demo.launch(allowed_paths=["./"], share=False )
|
|
|
293 |
chatbot=chatbot_I2T,
|
294 |
)
|
295 |
|
296 |
+
# demo.queue(api_open=False)
|
297 |
demo.launch(allowed_paths=["./"], share=False )
|