Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ response = requests.post("https://ldhldh-api-for-unity.hf.space/run/predict_7",
|
|
| 84 |
]}).json()
|
| 85 |
sample_data = response["data"][0]
|
| 86 |
|
| 87 |
-
|
| 88 |
|
| 89 |
user_num = len(sample_data['gpus'])
|
| 90 |
|
|
|
|
| 84 |
]}).json()
|
| 85 |
sample_data = response["data"][0]
|
| 86 |
|
| 87 |
+
print(sample_data)
|
| 88 |
|
| 89 |
user_num = len(sample_data['gpus'])
|
| 90 |
|