Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
astro21
/
test_2
like
0
Sleeping
App
Files
Files
Community
1
astro21
commited on
Oct 13, 2023
Commit
9c1161e
•
1 Parent(s):
272d571
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ demo = gr.Interface(fn=summarize_text_file, inputs=input_type,
66
allow_flagging="never",
67
live=True)
68
69
-
demo.launch()
66
allow_flagging="never",
67
live=True)
68
69
+
demo.launch(
share = True
)