221091lstwcm commited on
Commit
5d0962b
1 Parent(s): e9803a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from gradio.mix import Parallel
5
  #variables, functions and parameters
6
  model1=gr.Interface.load("huggingface/gpt2")
7
  model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
8
- model3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
9
 
10
  #functions, parameters and variables
11
  gr.Parallel(model1, model2, model3)launch()
 
5
  #variables, functions and parameters
6
  model1=gr.Interface.load("huggingface/gpt2")
7
  model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
8
+ model3=gr.Interface.load("huggingface/distilgpt2")
9
 
10
  #functions, parameters and variables
11
  gr.Parallel(model1, model2, model3)launch()