Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|