Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hc1608
/
legal-pegasus
like
0
Runtime error
App
Files
Files
Community
hc1608
commited on
Jan 5
Commit
ac9f382
•
1 Parent(s):
581c767
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)