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:
palondomus
/
CaesarAI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CaesarAI
/
test1.py
CaesarCloudSync
CaesarAI Fixed I think
15dd0ab
over 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
191 Bytes
import
requests
import
json
with
open
(
"imtest.json"
,
"r"
)
as
f:
tets = json.load(f)[
"info"
]
resp = requests.post(
"http://10.0.170.41:7860/caesarocr"
,json={
"frame"
:tets})
print
(resp.json())