Gradio Client
#9
by
unverciftci
- opened
I need help with the following, please. When using Gradio Client on Google Colab like this
from gradio_client import Client
client = Client("https://huggingfaceh4-starchat-playground.hf.space/")
result = client.predict(
"Howdy!", # str in 'parameter_35' Dataset component
fn_index=0
)
print(result)
I receive the following error
TypeError: argument of type 'NoneType' is not iterable
Hi @unverciftci would you like to open an issue on Gradio directly so one of the core maintainers can take a look? https://github.com/gradio-app/gradio/issues