Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Alan7
/
ProyectoComputerVision
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Alan7
commited on
May 30, 2024
Commit
c44942b
·
verified
·
1 Parent(s):
1a627c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ interface = gr.Interface(
77
)
78
79
# Iniciar la interfaz
80
-
interface.launch(share=
True
)
77
)
78
79
# Iniciar la interfaz
80
+
interface.launch(share=
False
)