Skip to content

Commit

Permalink
Update to latest gradio
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhad committed Dec 4, 2024
1 parent bef4620 commit dece955
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ emoji: 🐌
colorFrom: blue
colorTo: yellow
sdk: gradio
sdk_version : 3.40.1
sdk_version : 5.7.1
python_version: 3.10.3
app_file: app.py
pinned: false
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ def tts(text: str, voice: str):
],
],
)
iface.queue(concurrency_count=1) # for HF specifically
iface.queue() # for HF specifically
iface.launch()
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ espnet==202301
typeguard<3 # typeguard 3.0.0 is incompatible with espnet
git+https://github.com/savoirfairelinux/num2words.git@3e39091d052829fc9e65c18176ce7b7ff6169772
ukrainian-word-stress==1.1.0
stanza==1.7 # fix for ukrainian-word-stress
stanza # ==1.7 # fix for ukrainian-word-stress
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
gradio # 3.34
gradio # 5.7.1
huggingface_hub # ==0.11.1
scipy<1.12.0 # fix for espnet, need to update espnet version
3 changes: 2 additions & 1 deletion ukrainian_tts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

import stanza
stanza.download("uk")

0 comments on commit dece955

Please sign in to comment.