Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def upload_file_to_hf(file_path):
|
|
| 50 |
commit_message=commit_message
|
| 51 |
)
|
| 52 |
|
| 53 |
-
return f"
|
| 54 |
|
| 55 |
except Exception as e:
|
| 56 |
return f"上传文件时出错: {str(e)}"
|
|
|
|
| 50 |
commit_message=commit_message
|
| 51 |
)
|
| 52 |
|
| 53 |
+
return f"https://huggingface.co/TalkTalkAI/RVC/resolve/main/{path_in_repo}"
|
| 54 |
|
| 55 |
except Exception as e:
|
| 56 |
return f"上传文件时出错: {str(e)}"
|