File size: 226 Bytes
5a71783
 
 
 
1
2
3
4
import gradio as gr
name_list = ['spaces/onnx/T5', 'models/EleutherAI/gpt-neo-2.7B']
interfaces = [gr.Interface.load(name) for name in name_list]
gr.mix.Parallel(*interfaces, title="Q&A", description="mmmmmmmmmmmmmm").launch()