Andy0409 commited on
Commit
c9a576c
1 Parent(s): 542e362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ myfirstvariable="My First Text Generator"
5
  mylovelysecondvariable="Input text and submit."
6
 
7
  model1=gr.Interface.load("huggingface/gpt2")
8
- model2=gr.interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
9
- model3=gr.interface.load("huggingface/bigscience/bloom-560m")
10
 
11
  gr.Parallel(model1, model2, model3, title="My First Text Generator", description="Input text and submit.").launch()
 
5
  mylovelysecondvariable="Input text and submit."
6
 
7
  model1=gr.Interface.load("huggingface/gpt2")
8
+ model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
9
+ model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
10
 
11
  gr.Parallel(model1, model2, model3, title="My First Text Generator", description="Input text and submit.").launch()