Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gmshroff/gmserver
gmshroff
/
icapp_space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e252ad2
icapp_space
/
client.py
gmshroff
added API doc
5f32ca7
over 1 year ago
raw
Copy download link
history
blame
Safe
212 Bytes
from
gradio_client
import
Client
client = Client(
"https://gmshroff-gmserver.hf.space/"
)
result = client.predict(
"{'name':'Gautam'}"
,
# str in 'name' Textbox component
api_name=
"/predict"
)
print
(result)