K00B404 commited on
Commit
a52c65b
·
verified ·
1 Parent(s): 35010d1

Update app.py

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