Fix dependency issues and add some updates

#10
by hysts HF staff - opened
CVPR Demo Track org
edited Oct 18, 2023

Hi @animesh007 , as the Space seems to be down due to some dependency issues, I'm opening a PR. Could you take a look?

Here are the changes I made:

  • I updated the requirements.txt.
  • The Space is using a very old gradio, and it's known that it causes another dependency issue, so I updated it to the latest gradio==3.48.0. Some of the gradio API has been changed, so I updated app.py to use the latest API.
  • As the number of vCPU has been changed quite a while ago, and apparently the inference takes about 10 minutes with the cpu-basic instance, so I updated the note about inference time. Also, I made changes so that this Space can run on GPU instances as well.
hysts changed pull request status to open
animesh007 changed pull request status to merged
CVPR Demo Track org

Thank you @hysts for the help.❤️

Sign up or log in to comment