AjulorC commited on
Commit
6533bfc
β€’
1 Parent(s): eb0084c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ app = gr.Interface(fn=func, inputs = ['textbox', 'text'], outputs = 'textbox',
21
  [example_2, qst_2]]
22
  )
23
 
24
- app.launch(share=True, inline=False)
21
  [example_2, qst_2]]
22
  )
23
 
24
+ app.launch(inline=False)