Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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