File size: 479 Bytes
7af5874
 
 
 
1
2
3
4
import gradio as gr
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']
interfaces = [gr.Interface.load(name) for name in name_list]
gr.mix.Parallel(*interfaces, title="Title", description="Description").launch()