qa-micky / app.py
omerXfaruq's picture
Upload app.py
5a71783
raw history blame
No virus
226 Bytes
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()