Spaces:
Sleeping
Sleeping
armandstrickernlp
commited on
Commit
·
34bfd19
1
Parent(s):
b4f246b
create chatbot
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ iface = gr.Interface(fn=generate_response,
|
|
57 |
description="Passing in a task-oriented dialogue context generates a belief state, actions to take and a response based on those actions",
|
58 |
)
|
59 |
"""
|
60 |
-
iface.launch()
|
|
|
57 |
description="Passing in a task-oriented dialogue context generates a belief state, actions to take and a response based on those actions",
|
58 |
)
|
59 |
"""
|
60 |
+
iface.launch(debug=True)
|