Spaces:
Sleeping
Sleeping
Pouria Aghaomidi commited on
Commit ·
02a74ff
1
Parent(s): 163b706
app.py
CHANGED
|
@@ -89,4 +89,4 @@ interface = gr.Interface(
|
|
| 89 |
description="Upload a CSV file as the knowledge base, ask a question, and get an answer.")
|
| 90 |
|
| 91 |
# Launch the Gradio interface
|
| 92 |
-
interface.launch(
|
|
|
|
| 89 |
description="Upload a CSV file as the knowledge base, ask a question, and get an answer.")
|
| 90 |
|
| 91 |
# Launch the Gradio interface
|
| 92 |
+
interface.launch(debug=True)
|