image-analyzer / app.py
helliun's picture
Upload app.py
9ba1872
import gradio as gr
name_list = ['spaces/OFA-Sys/OFA-Generic_Interface']
interfaces = [gr.Interface.load(name) for name in name_list]
gr.mix.Parallel(*interfaces, title="Image Analysis", description="-").launch()