rafaym commited on
Commit
be94d83
·
1 Parent(s): ffb04d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ def generating_text(txt):
12
 
13
  demo = gr.Interface(fn=generating_text, inputs="text", outputs="text")
14
 
15
- demo.launch(share=True, inline=False)
16
 
17
 
 
12
 
13
  demo = gr.Interface(fn=generating_text, inputs="text", outputs="text")
14
 
15
+ demo.launch(inline=False)
16
 
17