Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -171,6 +171,7 @@ def start_training(
|
|
| 171 |
with open(config_path, "w") as f:
|
| 172 |
yaml.dump(config, f)
|
| 173 |
if(is_spaces):
|
|
|
|
| 174 |
pass
|
| 175 |
#do the spacerunner things here
|
| 176 |
else:
|
|
|
|
| 171 |
with open(config_path, "w") as f:
|
| 172 |
yaml.dump(config, f)
|
| 173 |
if(is_spaces):
|
| 174 |
+
print("Started training with spacerunner...")
|
| 175 |
pass
|
| 176 |
#do the spacerunner things here
|
| 177 |
else:
|