hashirdis672seleneem / api_run.py
Hashir Kashif
Add application file
1133e36
raw
history blame contribute delete
152 Bytes
from gradio_client import Client, file
client = Client("hashir672/hashirdis672seleneem")
result = client.predict(
anything="stop",
)
print(result)