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:
ThePixOne
/
open_domain_qa
like
31
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
ThePixOne
commited on
Jun 17, 2024
Commit
47fa7de
·
verified
·
1 Parent(s):
c8c2aad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -211,4 +211,4 @@ iface = gr.Interface(examples = [
211
title = title
212
)
213
214
-
iface.launch(
enable_queue=True, show_error =True
)
211
title = title
212
)
213
214
+
iface.launch()