Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omerXfaruq
/
test-41
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e94973d
test-41
/
app.py
omerXfaruq
Upload app.py
e94973d
over 3 years ago
raw
Copy download link
history
blame
Safe
207 Bytes
import
gradio
as
gr
name_list = [
'spaces/deepklarity/poster2plot'
]
interfaces = [gr.Interface.load(name)
for
name
in
name_list]
gr.mix.Parallel(*interfaces, title=
"test-41"
, description=
"testtt-41"
).launch()