Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
palondomus
/
CaesarAI
like
0
Sleeping
App
Files
Files
Community
b2e71f3
CaesarAI
/
test1.py
CaesarCloudSync
CaesarAI Fixed I think
15dd0ab
almost 2 years ago
raw
Copy download link
history
blame
Safe
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())