multimodalart HF staff commited on
Commit
094b5e7
1 Parent(s): b189c01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def upload_civit_to_hf(profile: Optional[gr.OAuthProfile], url, progress=gr.Prog
141
 
142
  def check_civit_link(profile: Optional[gr.OAuthProfile], url):
143
  info, _ = process_url(url, download_files=False)
144
- url_creator = f"https://civitai.com/user/{info["creator"]}/models"
145
  # Open the target URL
146
  driver.get(url_creator)
147
 
 
141
 
142
  def check_civit_link(profile: Optional[gr.OAuthProfile], url):
143
  info, _ = process_url(url, download_files=False)
144
+ url_creator = f"https://civitai.com/user/{info['creator']}/models"
145
  # Open the target URL
146
  driver.get(url_creator)
147