Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
| 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):
|