arpitneema commited on
Commit
11cd583
·
1 Parent(s): 3a959bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def func(context, question):
21
 
22
  app = gr.Interface(fn=func, inputs = ['textbox', 'text'], outputs = 'textbox', title = 'Question Answering bot', theme = 'dark-grass', description = 'Input context and question, then get answers!')
23
 
24
- app.launch(inline=False,share=True)
 
21
 
22
  app = gr.Interface(fn=func, inputs = ['textbox', 'text'], outputs = 'textbox', title = 'Question Answering bot', theme = 'dark-grass', description = 'Input context and question, then get answers!')
23
 
24
+ app.launch(inline=False)