Chloe0222 commited on
Commit
49c474b
1 Parent(s): f84718f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ description="Input text."
7
 
8
  #variables, functions and parameters
9
  model1 = gr.Interface.load("huggingface/gpt2")
10
- model2 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
12
 
13
  #functions, parameters and variables
 
7
 
8
  #variables, functions and parameters
9
  model1 = gr.Interface.load("huggingface/gpt2")
10
+ model2 = gr.Interface.load("huggingface/gpt2-medium")
11
  model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
12
 
13
  #functions, parameters and variables