Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,6 @@ def load_images_to_dataset(images, dataset_name):
|
|
59 |
token=hf_token
|
60 |
)
|
61 |
|
62 |
-
#print("pushing dataset to the hub")
|
63 |
-
#dataset.push_to_hub("fffiloni/new_dataset_eugene", private=True, token=hf_token)
|
64 |
-
|
65 |
return "Done, your dataset is ready and loaded for the training step!", repo_id
|
66 |
|
67 |
def swap_hardware(hf_token, hardware="cpu-basic"):
|
|
|
59 |
token=hf_token
|
60 |
)
|
61 |
|
|
|
|
|
|
|
62 |
return "Done, your dataset is ready and loaded for the training step!", repo_id
|
63 |
|
64 |
def swap_hardware(hf_token, hardware="cpu-basic"):
|