mrcuddle commited on
Commit
9c73f19
1 Parent(s): 4ae9b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def merge_and_upload(base_model, model_to_merge, scaling_factor, weight_drop_pro
27
  ]
28
 
29
  # Set up logging
30
- logging.basicConfig(level=logging.INFO`)
31
 
32
  # Run the command and capture the output
33
  result = subprocess.run(command, capture_output=True, text=True)
 
27
  ]
28
 
29
  # Set up logging
30
+ logging.basicConfig(level=logging.INFO)
31
 
32
  # Run the command and capture the output
33
  result = subprocess.run(command, capture_output=True, text=True)