Open KevinWang676 opened 1 year ago
same error :(
I fixed it by pip install pydantic==2.0.2
, pip install protobuf==3.20.0
and delete theme=gr.themes.Soft()
in infer-web.py
. If you cannot open port 3000 on paperspace, just replace the original code by app.queue(concurrency_count=511, max_size=1022).launch(share=True)
in here.
thank you, it worked! now im having some problems due to ffmpeg lol
You're welcome. Running make basev1
or make basev2
may help you set up ffmpeg
environment.
unfortunately not, i dunno maybe i have to open another issue tab
Hi, thanks for this great work. I got an error when I tried to run
make run-ui
using paperspace. Does anyone happen to know the solution to this issue? Thank you.