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

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()
 
6
  inputs=['text'],
7
  outputs="text",
8
  )
9
+ demo.launch(share=True)