kaitwithkwk commited on
Commit
e42ad19
·
verified ·
1 Parent(s): 6d86a5b

Add comment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)