Spaces:
Runtime error
Runtime error
File size: 276 Bytes
c19701b |
1 2 3 4 5 6 7 8 9 10 11 |
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) |