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