Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omnibus/model-explorer
Nymbo
/
model-explorer
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Nov 4, 2023
Commit
758b2d4
·
1 Parent(s):
b801897
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,5 +63,5 @@ def fix_json():
63
print(line)
64
65
66
-
print (new_json)
67
fix_json()
63
print(line)
64
65
66
+
print (
json.dumps(
new_json)
)
67
fix_json()