Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ntcc-project
/
project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ntcc-project
commited on
Jul 3, 2024
Commit
3eb0550
·
verified
·
1 Parent(s):
e2751b8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ gui = gr.Interface(
69
outputs="text"
70
)
71
72
-
gui.launch()
69
outputs="text"
70
)
71
72
+
gui.launch(
share = True
)