rishi002 commited on
Commit
a99c875
·
verified ·
1 Parent(s): bba3f3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ def ask_question(query: str):
88
  iface = gr.Interface(fn=ask_question, inputs="text", outputs=["text", "json"])
89
 
90
  # Launch the Gradio app (this will auto-host on Hugging Face Space)
91
- iface.launch()
 
88
  iface = gr.Interface(fn=ask_question, inputs="text", outputs=["text", "json"])
89
 
90
  # Launch the Gradio app (this will auto-host on Hugging Face Space)
91
+ iface.launch(share=True)