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
ab3bf99
·
1 Parent(s):
73bd618
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -64,5 +64,6 @@ def fix_json():
64
65
66
#print (json.dumps(new_json))
67
-
print (
new_json.decode("utf-8")
)
68
fix_json()
64
65
66
#print (json.dumps(new_json))
67
+
new_out=
new_json.decode("utf-8")
68
+
print (new_out)
69
fix_json()