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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)
16
- # device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")
17
 
 
12
 
13
  demo = gr.Interface(fn=generating_text, inputs="text", outputs="text")
14
 
15
+ demo.launch(share=True, inline=False)
16
+
17