Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ examples = [
|
|
39 |
["Is my personal information and data safe when I use the ChatSherman chatbot?", []],
|
40 |
["What are some common applications of deep learning in engineering?", []]
|
41 |
]
|
42 |
-
gr.ChatInterface(predict, title=title, description=description, examples=examples).queue().launch(
|
|
|
39 |
["Is my personal information and data safe when I use the ChatSherman chatbot?", []],
|
40 |
["What are some common applications of deep learning in engineering?", []]
|
41 |
]
|
42 |
+
gr.ChatInterface(predict, title=title, description=description, examples=examples).queue().launch(debug=True)
|