Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
70de1d6
RealtimeSDWebRTC
/
app
/
pipeline_test.py
Jon Taylor
pipelines
70de1d6
over 1 year ago
raw
Copy download link
history
blame
193 Bytes
from
pipeline
import
Pipeline
from
device
import
device, torch_dtype
def
main
():
p = Pipeline(device, torch_dtype)
print
(p.InputParams.schema())
if
__name__ ==
"__main__"
:
main()