YoHoCo0o0 commited on
Commit
9a8e13a
·
1 Parent(s): d8aad88

Update app.py

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