Spaces:
Sleeping
Sleeping
taratrankennedy
commited on
Commit
•
440bd6b
1
Parent(s):
28635a8
Update app.py
Browse files
app.py
CHANGED
@@ -179,5 +179,5 @@ with gr.Blocks() as demo:
|
|
179 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
180 |
|
181 |
# Launch the Gradio app to allow user interaction
|
182 |
-
demo.launch(share=
|
183 |
|
|
|
179 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
180 |
|
181 |
# Launch the Gradio app to allow user interaction
|
182 |
+
demo.launch(share=True)
|
183 |
|