hc1608 commited on
Commit
ac9f382
1 Parent(s): 581c767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def summarise(text):
18
 
19
 
20
  iface = gr.Interface(fn=summarise, inputs="text", outputs="text")
21
- iface.launch()
 
18
 
19
 
20
  iface = gr.Interface(fn=summarise, inputs="text", outputs="text")
21
+ iface.launch(inline = False)