Paco1112 commited on
Commit
9f0a910
·
1 Parent(s): d771280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -1,10 +1 @@
1
- import gradio as gr
2
- from gradio.mix import Parallel
3
-
4
-
5
- model1 = gr.Interface.load("huggingface/gpt2")
6
- model2 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
7
- model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
8
-
9
- gr.Parallel(model1, model2, model3).launch()
10
-
 
1
+ gr.Interface.load("huggingface/bigscience/bloom-560m", title="Text Generator Five w/ Variables", description="Input your text, submit and the machine will output text.").launch()