Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,5 +137,5 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
137 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
138 |
|
139 |
|
140 |
-
# Launch the Gradio app to allow user interaction
|
141 |
demo.launch(share=True)
|
|
|
137 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
138 |
|
139 |
|
140 |
+
# Launch the Gradio app to allow user interaction
|
141 |
demo.launch(share=True)
|