P1ne4ppl commited on
Commit
edc77ef
1 Parent(s): e621610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ mod1=gr.Interface.load("huggingface/gpt2")
8
  mod2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
9
  mod3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
10
 
11
- gr.Parallel(mod1, mod2, mod3, title=txtgenerator,description=txt).launch()
 
8
  mod2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
9
  mod3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
10
 
11
+ gr.Parallel(mod1, mod2, mod3, title=txt generator, description=txt).launch()