Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ gr.Interface(
|
|
119 |
allow_flagging="never",
|
120 |
description=f"Gradio chatbot backed by memory in a dataset repository.",
|
121 |
# article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
122 |
-
).launch()
|
123 |
|
124 |
#demo = gr.Blocks()
|
125 |
#with demo:
|
|
|
119 |
allow_flagging="never",
|
120 |
description=f"Gradio chatbot backed by memory in a dataset repository.",
|
121 |
# article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
122 |
+
).launch(debug=True)
|
123 |
|
124 |
#demo = gr.Blocks()
|
125 |
#with demo:
|