Wootang01 commited on
Commit
83d89e7
1 Parent(s): 1188794

model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ Myfirstvariable="My First Text Generation"
8
  mylovelysecondvariable="Input text and submit"
9
 
10
  model1=gr.Interface.load("huggingface/gpt2")
11
- model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.38")
12
  model3=gr.Interface.load("huggingace/bigscience/bloom-560m")
13
 
14
  gr.Parallel(model1, model2, model3, title=first, desription=secon).launch()
 
8
  mylovelysecondvariable="Input text and submit"
9
 
10
  model1=gr.Interface.load("huggingface/gpt2")
11
+ model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
12
  model3=gr.Interface.load("huggingace/bigscience/bloom-560m")
13
 
14
  gr.Parallel(model1, model2, model3, title=first, desription=secon).launch()