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:
LoremPizza
/
LiveTVTest
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LoremPizza
commited on
Aug 26, 2024
Commit
9a4355b
·
verified
·
1 Parent(s):
22c7377
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -217,7 +217,7 @@ def addon_meta(type, id):
217
}]
218
}]
219
}
220
-
return respond_with(
{"
meta
": meta}
)
221
222
abort(404)
223
217
}]
218
}]
219
}
220
+
return respond_with(meta)
221
222
abort(404)
223