HemaSowjanya commited on
Commit
a8635e4
1 Parent(s): 086703b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ demo = gr.Interface(
6
  inputs=['text'],
7
  outputs="text",
8
  )
9
- demo.launch(share=True)
 
6
  inputs=['text'],
7
  outputs="text",
8
  )
9
+ demo.launch()