Hongyang-Li commited on
Commit
f746feb
·
verified ·
1 Parent(s): bb6345c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from huggingface_hub import snapshot_download
5
 
6
  # 下载模型
7
- model_path = snapshot_download(repo_id='Cangshanqingshi/SuperRetinaDemo')
8
  inference_engine = Inference(model_path=model_path)
9
 
10
  def main(source_image, target_image):
 
4
  from huggingface_hub import snapshot_download
5
 
6
  # 下载模型
7
+ model_path = snapshot_download(repo_id='Hongyang-Li/SuperRetinaDemo')
8
  inference_engine = Inference(model_path=model_path)
9
 
10
  def main(source_image, target_image):