Pouria Aghaomidi commited on
Commit
02a74ff
·
1 Parent(s): 163b706
Files changed (1) hide show
  1. app.py +1 -1
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(share=False)
 
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)