Chloe0222 commited on
Commit
f84718f
1 Parent(s): a7bebfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ 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
14
- gr.Parallel(model1, model2, model3,title=title,description=description.).launch()
15
 
16
 
17
 
 
11
  model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
12
 
13
  #functions, parameters and variables
14
+ gr.Parallel(model1, model2, model3,title=title,description=description).launch()
15
 
16
 
17