Skip to content

Commit

Permalink
Fix gradio
Browse files Browse the repository at this point in the history
  • Loading branch information
d8ahazard committed Feb 13, 2024
1 parent 53c6a44 commit 464ed57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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 464ed57

Please # to comment.