Wootang01 commited on
Commit
477091f
·
1 Parent(s): b801935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ model1 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
7
  model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
8
  model3 = gr.Interface.load("huggingface/Wootang01/distilgpt2-finetuned-prayerjournals")
9
 
10
- gr.Parallel(model, model2, model3).launch()
 
7
  model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
8
  model3 = gr.Interface.load("huggingface/Wootang01/distilgpt2-finetuned-prayerjournals")
9
 
10
+ gr.Parallel(model1, model2, model3).launch()