rapicash / hola.py
Moibe's picture
Primer Commit
c7632e7
raw
history blame
191 Bytes
from gradio_client import Client, handle_file
client = Client("Moibe/api_rapicash")
result = client.predict(
img=handle_file('dnid.png'),
lang="en",
api_name="/predict"
)
print(result)