YoHoCo0o0 commited on
Commit
6792fe6
1 Parent(s): 520f055

Update app.py

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