RishuD7 commited on
Commit
380eb2c
1 Parent(s): e41473c

removed share when deploy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def question_answering(question, context):
22
  interface = gr.Interface(fn=question_answering, inputs=[gr.inputs.Textbox("question"), gr.inputs.Textbox("context")], outputs=["text"])
23
 
24
  # Launch the gradio interface
25
- interface.launch(share= True)
 
22
  interface = gr.Interface(fn=question_answering, inputs=[gr.inputs.Textbox("question"), gr.inputs.Textbox("context")], outputs=["text"])
23
 
24
  # Launch the gradio interface
25
+ interface.launch()