Working solution

#13
by dynfour - opened

This broke with the latest gradio update since 3.5. If you want to get it working for personal use you can follow these steps

  • Duplicate the space
  • Remove the api_key arg from app.py lines 6-9
  • Downgrade gradio to 3.12.0 in README.md
  • Restart the space
  • I also have a public space on my account if it's still up at time of reading this

Note - it does error the first few times you run it (takes some time for the server to warm up). Just wait a few (3-5?) min after the first submission. It has to do this for each model

Sign up or log in to comment