omerXfaruq commited on
Commit
5a71783
1 Parent(s): bfe0070

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ import gradio as gr
2
+ name_list = ['spaces/onnx/T5', 'models/EleutherAI/gpt-neo-2.7B']
3
+ interfaces = [gr.Interface.load(name) for name in name_list]
4
+ gr.mix.Parallel(*interfaces, title="Q&A", description="mmmmmmmmmmmmmm").launch()