Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Galtea-AI
/
lexi_misaligned_demo
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PaulNdrei
commited on
May 28, 2025
Commit
5d0b9fb
·
verified
·
1 Parent(s):
c195b05
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ with gr.Blocks() as demo:
71
)
72
73
# Run locally
74
-
demo()
71
)
72
73
# Run locally
74
+
demo
.launch
()