Skip to content

Commit

Permalink
change downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-tk committed Feb 21, 2024
1 parent 31952e7 commit 95c38c8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
# Remove httpx logging (to avoid spam)
logging.getLogger("httpx").setLevel(logging.CRITICAL)

subprocess.run(
["python", os.path.join("modules", "core.py")],
)

with gr.Blocks(theme="remilia/Ghostly", title="VoRAS") as VoRAS:
gr.Markdown("# VoRAS")
gr.Markdown("Vocos Retrieval and self-Augmentation for Speech")
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions run-voras.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if not exist env (
exit /b 1
)

env\python.exe modules\download.py
env\python.exe app.py --open
echo.
pause
1 change: 1 addition & 0 deletions run-voras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ printf "\033]0;VoRAS\007"
export PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0

clear
python modules/download.py
python app.py

0 comments on commit 95c38c8

Please sign in to comment.