Spaces:
Sleeping
Sleeping
kaitwithkwk
commited on
Add comment
Browse files
app.py
CHANGED
@@ -127,5 +127,5 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
127 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
128 |
|
129 |
|
130 |
-
# Launch the Gradio app to allow user interaction
|
131 |
demo.launch(share=True)
|
|
|
127 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
128 |
|
129 |
|
130 |
+
# Launch the Gradio app to allow user interaction - can you see this?!
|
131 |
demo.launch(share=True)
|