PR: Run button does not work; Gradio spins

#3
by kidcoconut - opened

Hi there,
Tried to play around with your live running space and it does not work as designed.

I believe there is a minor bug in the app.py file with the blocks.queue statement.

If disabled/commented out, I believe it should work as expected.

Q: Curious; what were you trying to achieve with the queue statement? It seems to be intended for management of concurrent requests.

Update: I changed the following on my side and it works as I believe it was intended

  • requirements.txt; removed version dependency for gradio
  • app.py; commented out queue command

Sign up or log in to comment