Spaces:
Paused
Paused
ehristoforu
commited on
Commit
•
ec24e63
1
Parent(s):
6370920
Update app.py
Browse files
app.py
CHANGED
@@ -862,4 +862,4 @@ with gr.Blocks(title="PigeonChat", theme=gr.themes.Base()) as demo:
|
|
862 |
|
863 |
|
864 |
demo.queue(concurrency_count=40, max_size=40)
|
865 |
-
demo.launch(show_api)
|
|
|
862 |
|
863 |
|
864 |
demo.queue(concurrency_count=40, max_size=40)
|
865 |
+
demo.launch(show_api=False)
|