Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liyaoshi
/
TextGuardian
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
liyaoshi
commited on
May 10, 2024
Commit
b8120dd
·
verified
·
1 Parent(s):
35cf5e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ demo = gr.Interface(
54
)
55
demo.queue(max_size = 20)
56
57
-
demo.launch()
54
)
55
demo.queue(max_size = 20)
56
57
+
demo.launch(
share=True
)