Spaces:
Running
Running
Commit
•
a2b89dc
1
Parent(s):
64d4b3b
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def extract_info(json_data):
|
|
65 |
"SD 2.0 768": "stabilityai/stable-diffusion-2"
|
66 |
}
|
67 |
base_model = model_mapping[model_version["baseModel"]]
|
68 |
-
print(
|
69 |
info = {
|
70 |
"urls_to_download": urls_to_download,
|
71 |
"id": model_version["id"],
|
|
|
65 |
"SD 2.0 768": "stabilityai/stable-diffusion-2"
|
66 |
}
|
67 |
base_model = model_mapping[model_version["baseModel"]]
|
68 |
+
print(json_data)
|
69 |
info = {
|
70 |
"urls_to_download": urls_to_download,
|
71 |
"id": model_version["id"],
|