Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -153,5 +153,5 @@ with gr.Blocks(theme=theme) as demo:
|
|
153 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
154 |
|
155 |
|
156 |
-
Launch the Gradio app to allow user interaction
|
157 |
demo.launch(share=True)
|
|
|
153 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
154 |
|
155 |
|
156 |
+
# Launch the Gradio app to allow user interaction
|
157 |
demo.launch(share=True)
|