HUIYI commited on
Commit
e89c3c0
1 Parent(s): da25f0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-d")
8
  model3=gr.Interface.load("huggingface/distilgpt2")
9
 
10
  #funcations, parameters and variables
11
- gr.Parallel("model1, model2, model3).launch()
 
8
  model3=gr.Interface.load("huggingface/distilgpt2")
9
 
10
  #funcations, parameters and variables
11
+ gr.Parallel(model1, model2, model3).launch()