Spaces:
Running
on
A10G
Running
on
A10G
Gradio Python API fails
#4
by
smart9
- opened
Hi,
I was able to access the web interface but failed to play with it using python Gradio API. I followed the python API documentation and put /add_mic, /add_text and /predict in a pipeline. However, the following error message popped out:
.../gradio_client/client.py", line 1244, in _predict
raise AppError(
gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, set show_error=True in launch().
I also tried the API recorder utility but it did not record anything.
Any help on that? Is it simply because API access to the space is not allowed in the first place?