rooster / app.py
jroust's picture
Upload app.py
c9fb428
raw
history blame contribute delete
199 Bytes
import gradio as gr
name_list = ['spaces/onnx/GPT-2']
interfaces = [gr.Interface.load(name) for name in name_list]
gr.mix.Parallel(*interfaces, title="cockadoodledo", description="funtimes").launch()