P1ne4ppl commited on
Commit
8799a17
1 Parent(s): 6e42d47

Update app.py

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