Mr.Events / api.py
Futuresony's picture
Rename api py to api.py
09a00d9 verified
raw
history blame contribute delete
181 Bytes
# !pip install gradio_client
from gradio_client import Client
client = Client("Futuresony/Mr.Events")
result = client.predict(
query="Hello!!",
api_name="/chat"
)
print(result)