Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -238,7 +238,6 @@ def start_training(
|
|
| 238 |
with open(config_path, "w") as f:
|
| 239 |
yaml.dump(config, f)
|
| 240 |
if is_spaces:
|
| 241 |
-
gr.Info("Instantiating Spacerunner...")
|
| 242 |
# copy config to dataset_folder as config.yaml
|
| 243 |
shutil.copy(config_path, dataset_folder + "/config.yaml")
|
| 244 |
# get location of this script
|
|
|
|
| 238 |
with open(config_path, "w") as f:
|
| 239 |
yaml.dump(config, f)
|
| 240 |
if is_spaces:
|
|
|
|
| 241 |
# copy config to dataset_folder as config.yaml
|
| 242 |
shutil.copy(config_path, dataset_folder + "/config.yaml")
|
| 243 |
# get location of this script
|