Spaces:
Runtime error
Runtime error
omerXfaruq
commited on
Commit
·
7af5874
1
Parent(s):
a6b1794
Upload app.py
Browse files
app.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
name_list = ['spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot', 'spaces/deepklarity/poster2plot']
|
3 |
+
interfaces = [gr.Interface.load(name) for name in name_list]
|
4 |
+
gr.mix.Parallel(*interfaces, title="Title", description="Description").launch()
|