doublelei

Results 1 comments of doublelei

``` from gradio_client import Client client = Client("Your_Public_URL") # print(client.view_api(all_endpoints=True)) # uncomment this line to view all available API client.submit("You_Test_Image.png", "describe the image", fn_index=0) _, chatbot = client.predict("describe the image",...