Spaces:
Runtime error
Runtime error
from gradio_client import Client | |
client = Client("PuppyTales/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) |