Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zaafirriaz
/
summarized
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zaafirriaz
commited on
Jul 23, 2024
Commit
36fd279
·
verified
·
1 Parent(s):
387773c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ gr_interface = gr.Interface(
21
)
22
23
if __name__ == "__main__":
24
-
gr_interface.launch()
21
)
22
23
if __name__ == "__main__":
24
+
gr_interface.launch(
share=True
)