civitaiarchive commited on
Commit
85b33d8
·
1 Parent(s): 3a66125

Add civitai-to-hf-uploader

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -109,7 +109,9 @@ def process_url(url, profile, user_repo_id, oauth_token, folder):
109
  # Create README.md file
110
  readme = f"""
111
  Author: [{data['author']}]({data['authorUrl']})
 
112
  Model: [{data['modelUrl']}]({data['modelUrl']})
 
113
  Mirror: [{data['mirrorUrl']}]({data['mirrorUrl']})
114
  """
115
  with open(os.path.join(base_folder, "README.md"), "w") as f:
 
109
  # Create README.md file
110
  readme = f"""
111
  Author: [{data['author']}]({data['authorUrl']})
112
+
113
  Model: [{data['modelUrl']}]({data['modelUrl']})
114
+
115
  Mirror: [{data['mirrorUrl']}]({data['mirrorUrl']})
116
  """
117
  with open(os.path.join(base_folder, "README.md"), "w") as f: