Spaces:
Sleeping
Sleeping
disable share
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks(title="Gemini Chat") as app:
|
|
55 |
gr.HTML(footer)
|
56 |
|
57 |
app.queue()
|
58 |
-
app.launch(share=
|
|
|
55 |
gr.HTML(footer)
|
56 |
|
57 |
app.queue()
|
58 |
+
app.launch(share=False, debug=True, show_error=True)
|