Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jroust
/
rooster
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rooster
/
app.py
jroust
Upload app.py
c9fb428
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
199 Bytes
import
gradio
as
gr
name_list = [
'spaces/onnx/GPT-2'
]
interfaces = [gr.Interface.load(name)
for
name
in
name_list]
gr.mix.Parallel(*interfaces, title=
"cockadoodledo"
, description=
"funtimes"
).launch()