taratrankennedy commited on
Commit
440bd6b
1 Parent(s): 28635a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,5 +179,5 @@ with gr.Blocks() as demo:
179
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
180
 
181
  # Launch the Gradio app to allow user interaction
182
- demo.launch(share= True)
183
 
 
179
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
180
 
181
  # Launch the Gradio app to allow user interaction
182
+ demo.launch(share=True)
183