angela2882 commited on
Commit
577453f
·
verified ·
1 Parent(s): f285275

Update app.py

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