Maknee / minigpt4.cpp

Port of MiniGPT4 in C++ (4bit, 5bit, 6bit, 8bit, 16bit CPU inference with GGML)
MIT License
549 stars 26 forks source link

gradio errors 'scale should be integer' and 'button object ha no attribute style' #22

Closed FilRav closed 7 months ago

FilRav commented 7 months ago

Following https://github.com/OpenTalker/SadTalker/issues/693#issuecomment-1789530148 I uninstalled gradio 4.7.1 and installed version 3.41.2.

python3 -m pip uninstall gradio
python3 -m pip install gradio=3.41.2
deadpipe commented 7 months ago

Use older version of Gradio, that work fine for me it is 3.36.1

Maknee commented 7 months ago

Thank you! I'll update requirements.txt to reflect this older version of gradio.