Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
rapicash
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c7632e7
rapicash
/
hola.py
Moibe
Primer Commit
c7632e7
2 days ago
raw
Copy download link
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)