Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ class UNetWrapper:
|
|
177 |
except Exception as e:
|
178 |
print(f"Repository creation note: {e}")
|
179 |
|
180 |
-
""Push model checkpoint and metadata to the Hugging Face Hub."""
|
181 |
try:
|
182 |
self.api.upload_file(
|
183 |
path_or_fileobj=pth_name,
|
|
|
177 |
except Exception as e:
|
178 |
print(f"Repository creation note: {e}")
|
179 |
|
180 |
+
"""Push model checkpoint and metadata to the Hugging Face Hub."""
|
181 |
try:
|
182 |
self.api.upload_file(
|
183 |
path_or_fileobj=pth_name,
|