rapicash / funciones.py
Moibe's picture
Fastapi
8b73048
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)