Spaces:
Sleeping
Sleeping
darshil3011
commited on
Commit
•
e6a1c6a
1
Parent(s):
6250a13
Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
74 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
75 |
|
76 |
|
77 |
-
demo.launch(
|
78 |
|
|
|
74 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
75 |
|
76 |
|
77 |
+
demo.launch(debug=True)
|
78 |
|