omerXfaruq's picture
Upload app.py
7af5874
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()