221091lstwcm commited on
Commit
0d86c0b
1 Parent(s): 94bd1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ model1=gr.Interface.load("huggingface/gpt2")
7
  model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
8
  model3=gr.Interface.load("huggingface/distilgpt2")
9
 
10
- #functions, parameters and variables
11
  gr.Parallel(model1, model2, model3).launch()
 
7
  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()