Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MQAnh
/
DSAproject
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MQAnh
commited on
21 days ago
Commit
b45bfd6
·
verified
·
1 Parent(s):
ceccc0c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,6 +25,6 @@ iface = gr.Interface(
25
)
26
27
28
-
iface.launch(share=True
, allowed_origins=["*"]
)
29
30
25
)
26
27
28
+
iface.launch(share=True)
29
30