Skip to content

Commit

Permalink
Merge pull request #215 from d8ahazard/gradio_fix
Browse files Browse the repository at this point in the history
Gradio fix
  • Loading branch information
gitmylo authored Feb 16, 2024
2 parents 944cd19 + 464ed57 commit 7eb428a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ data/**
!**/.placeholder
*.wav
./extensions/**
venv/**
*.pyc
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
from webui.modules.implementations.tts_monkeypatching import patch as patch1
patch1()

from webui.modules.implementations.gradio_monkeypatching import patch as patch2
patch2()

# from webui.modules.implementations.gradio_monkeypatching import patch as patch2
# patch2()
#
from webui.modules.implementations.huggingface_hub_monkeypatching import patch as patch3
patch3()

Expand Down
3 changes: 1 addition & 2 deletions setup_tools/magicinstaller/requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

Transformers(),
diffusers(), # This one's a function
SimpleRequirementInit('gradio', CompareAction.EQ, '3.35.2'),
SimpleRequirementInit('gradio_client', CompareAction.EQ, '0.8.0'),
SimpleRequirementInit('gradio', CompareAction.EQ, '3.49.0'),
SimpleRequirementInit('huggingface-hub', CompareAction.EQ, '0.19.4'),
AudioToNumpy(),

Expand Down

0 comments on commit 7eb428a

Please # to comment.