Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CHEN11102
/
ai
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai
/
app.py
CHEN11102
Create app.py
6153c6f
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
import
replicate
deployment = replicate.deployments.get(
"jilll111/ai"
)
prediction = deployment.predictions.create(
input
={
"frame1"
:
"..."
}
)
prediction.wait()
print
(prediction.output)