kevinwang676 commited on
Commit
da12e73
·
verified ·
1 Parent(s): 867b6e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def upload_file_to_hf(file_path):
50
  commit_message=commit_message
51
  )
52
 
53
- return f"成功上传 {path_in_repo} 到 {repo_id}"
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)}"