Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Devmurari
/
document
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
document
/
test.py
Devmurari
gpu
4a1d381
1 day ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
151 Bytes
from
gradio_client
import
Client
client = Client(
"Devmurari/document"
)
result = client.predict(
"hello"
,
api_name=
"/predict"
)
print
(result)