removed return from space_hardware_config
Browse files
app.py
CHANGED
@@ -35,8 +35,7 @@ def space_hardware_config(instance_size: str="gpu",
|
|
35 |
|
36 |
# Save updated space config
|
37 |
api.push_to_hub(space)
|
38 |
-
|
39 |
-
return "Hardware configuration successfull. Check the cuda command."
|
40 |
|
41 |
# Automatically place to the standard config we need for loki
|
42 |
space_hardware_config()
|
|
|
35 |
|
36 |
# Save updated space config
|
37 |
api.push_to_hub(space)
|
38 |
+
print("Hardware configuration successfull. Check the cuda command.")
|
|
|
39 |
|
40 |
# Automatically place to the standard config we need for loki
|
41 |
space_hardware_config()
|