Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hedtorresca
/
CopiesClassification
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hedtorresca
commited on
Jan 19, 2024
Commit
2befce1
·
verified
·
1 Parent(s):
8d8377f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ iface = gr.Interface(
26
)
27
28
# Lanzar la interfaz
29
-
iface.launch()
26
)
27
28
# Lanzar la interfaz
29
+
iface.launch(
share = True, auth=("colsubsidio", "12345678"
)
)