api调用报错,Queue is full! Please try again.

#13
by jiaoqianji - opened
from gradio_client import Client

client = Client("Qwen/Qwen2.5")
result = client.predict(
        query="Hello!!",
        history=[],
        system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
        radio=72B,
        api_name="/model_chat_1"
)
print(result)

调用api的时候一直报错

Queue is full! Please try again.

Sign up or log in to comment