Skip to content

Commit

Permalink
update backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Oct 27, 2024
1 parent ed06380 commit 25f9246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadDeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def downloadBackend(self, tag):

if not os.path.exists(backendDirectory()):
print(str(backendDirectory()) + " Does not exist!")
backend_url = "https://github.com/TNTwise/real-video-enhancer-models/releases/download/models/backend-v2.tar.gz"
backend_url = "https://github.com/TNTwise/real-video-enhancer-models/releases/download/models/backend-v2.0.5.tar.gz"
main_zip = os.path.join(currentDirectory(), "backend.tar.gz")
main_folder = os.path.join(currentDirectory(), "repo")
orig_backend_folder = os.path.join(
Expand Down

0 comments on commit 25f9246

Please sign in to comment.