lucylol commited on
Commit
50d855e
·
1 Parent(s): dae8806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ model11=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  model12=gr.Interface.load("huggingface/gpt2")
12
  model13=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
13
 
14
- gr.Parallel(model11, model12, model13, title=title, desciption=desciption).launch()
 
11
  model12=gr.Interface.load("huggingface/gpt2")
12
  model13=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
13
 
14
+ gr.Parallel(model11, model12, model13, title=title, description=description).launch()