sandz7 commited on
Commit
ed4bcb0
Β·
1 Parent(s): 67cc1ee

removed return from space_hardware_config

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()