Abubakar Abid commited on
Commit
1e6650f
·
1 Parent(s): 719e8d5

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 = ['models/gpt2']
3
+ interfaces = [gr.Interface.load(name) for name in name_list]
4
+ gr.mix.Parallel(*interfaces, title="GPT2 tester", description="GPT2 tester GPT2 tester").launch()