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:
Mikkatsuki
/
RAG-Mini-topic
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mikkatsuki
commited on
9 days ago
Commit
9f1f897
·
verified
·
1 Parent(s):
28e160e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -486,4 +486,4 @@ with gr.Blocks(title="RAG 文件問答小專題(Gemini 版)") as demo:
486
outputs=send_status,
487
)
488
489
-
demo.launch(
share=True, debug=True
)
486
outputs=send_status,
487
)
488
489
+
demo.launch()