Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|