It seems that the googleable resources (such as this) in how to use HF gradio API with curl no longer work?
Errors like this show up
{"detail":"This API endpoint does not accept direct HTTP POST requests. Please join the queue to use this API."}
It seems that the googleable resources (such as this) in how to use HF gradio API with curl no longer work?
Errors like this show up
{"detail":"This API endpoint does not accept direct HTTP POST requests. Please join the queue to use this API."}
I have the same question. A simple downgrade would solve the problem ?
I am also running into the same ‘Please join the queue to use this API’ errors when trying to make HTTP POST requests to a huggingface/gradio API endpoint.
Are there any ideas on how to resolve this?
I’m having the same issue, how can I downgrade?
i believe you can do gr.Interface.queue(api_open=True) to enable post requests again