Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlexFocus
/
mcp-test1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp-test1
/
app_test.py
AlexFocus
funciona en local
a06b19d
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
167 Bytes
from
gradio_client
import
Client
client = Client(
"http://127.0.0.1:7860/"
)
result = client.predict(
word=
"Hello!!"
,
letter=
"l"
,
api_name=
"/predict"
)
print
(result)