221090Lstwcm commited on
Commit
370c481
1 Parent(s): 149400b

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-6B")
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()