whale-shark commited on
Commit
1188794
1 Parent(s): bdf8fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -11,8 +11,4 @@ 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,)
15
-
16
-
17
-
18
- gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B",title=title,description=description).launch()
 
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()