Update app.py
Browse files
app.py
CHANGED
@@ -286,5 +286,5 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
|
286 |
# )
|
287 |
|
288 |
# Launch the Gradio application
|
289 |
-
CHATBOT.launch(share=True)
|
290 |
|
|
|
286 |
# )
|
287 |
|
288 |
# Launch the Gradio application
|
289 |
+
CHATBOT.launch(share=True,debug=True)
|
290 |
|