Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -104,4 +104,4 @@ with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
|
104 |
submit_button.click(fn=update_chat, inputs=[prompt_input, standard_chat, custom_chat], outputs=[standard_chat, custom_chat, prompt_input])
|
105 |
|
106 |
# Launch the app with queueing and sharing enabled
|
107 |
-
demo.queue().launch(
|
|
|
104 |
submit_button.click(fn=update_chat, inputs=[prompt_input, standard_chat, custom_chat], outputs=[standard_chat, custom_chat, prompt_input])
|
105 |
|
106 |
# Launch the app with queueing and sharing enabled
|
107 |
+
demo.queue().launch(debug=True)
|