Open djsuszi opened 11 months ago
when I'm adding gradio to pip install in Dockerfile I'm getting different error
Traceback (most recent call last):
File "/content/test/entry_with_update.py", line 46, in <module>
from launch import *
File "/content/test/launch.py", line 147, in <module>
from webui import *
File "/content/test/webui.py", line 12, in <module>
import modules.gradio_hijack as grh
File "/content/test/modules/gradio_hijack.py", line 18, in <module>
from gradio.components.base import IOComponent, _Keywords
ImportError: cannot import name 'IOComponent' from 'gradio.components.base' (/usr/local/lib/python3.10/dist-packages/gradio/components/base.py)
I'm running it on Intel MacOS
after downloading models there is error:
probably we need to install it in Dockerfile with pip command