Spaces:
Sleeping
Sleeping
Updated app at lör 11 nov 2023 19:03:12 CET
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ dataset_api: DatasetApi = project.get_dataset_api()
|
|
41 |
|
42 |
for image in hopsworks_images:
|
43 |
print(f"Downloading {hopsworks_images[image]['name']} from Hopsworks...")
|
44 |
-
hopsworks_images[image]['local_path'] = dataset_api.download(f"{hopsworks_images_location}/{image}")
|
45 |
print(f"Saved in: {hopsworks_images[image]['local_path']}")
|
46 |
|
47 |
print("Configuring gradio...")
|
|
|
41 |
|
42 |
for image in hopsworks_images:
|
43 |
print(f"Downloading {hopsworks_images[image]['name']} from Hopsworks...")
|
44 |
+
hopsworks_images[image]['local_path'] = dataset_api.download(f"{hopsworks_images_location}/{hopsworks_images[image]['name']}")
|
45 |
print(f"Saved in: {hopsworks_images[image]['local_path']}")
|
46 |
|
47 |
print("Configuring gradio...")
|