Hugging Face
Models
Datasets
Spaces
Posts
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...
omerXfaruq
commited on
Mar 17, 2022
Commit
e94973d
·
1 Parent(s):
2244e7e
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
name_list = ['spaces/deepklarity/poster2plot']
3
+
interfaces = [gr.Interface.load(name) for name in name_list]
4
+
gr.mix.Parallel(*interfaces, title="test-41", description="testtt-41").launch()