The response was not what I expected

#7
by Yoshi-Han - opened
client = Client("Qwen/QVQ-72B-preview")
result = client.predict(
  image=handle_file('https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png'),
  query="Can you explain the image?",
  api_name="/generate"
)
print(result)

When I requested as above, the result is as follows.

{'__type__': 'update'}

I was expecting a description of the image.

Yoshi-Han changed discussion title from The response was not what I expected. to The response was not what I expected

Sign up or log in to comment