Tinki commited on
Commit
21206d1
1 Parent(s): d0fec87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
9
  model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
10
 
11
 
12
- gr.Parallel(model1, model2, model3, title=myfirstvariable, description=mylovelysecondvariable)
 
9
  model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
10
 
11
 
12
+ gr.Parallel(model1, model2, model3, title=myfirstvariable, description=mylovelysecondvariable).launch()