Spaces:
Runtime error
Runtime error
File size: 210 Bytes
319a2aa |
1 2 3 4 |
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="example-title", description="example-description").launch() |