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:
LawrenceBai
/
SignView2.0
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LawrenceBai
commited on
Jun 23, 2025
Commit
ab4f6fb
·
1 Parent(s):
70c378e
修復 Hugging Face Spaces 部署問題 - 添加 share=True 參數
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -184,4 +184,4 @@ with gr.Blocks(
184
print("🎉 SignView2.0 手語辨識系統已啟動!")
185
186
# 直接啟動,不使用條件判斷
187
-
demo.launch()
184
print("🎉 SignView2.0 手語辨識系統已啟動!")
185
186
# 直接啟動,不使用條件判斷
187
+
demo.launch(
share=True
)