Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1 @@
|
|
1 |
-
|
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()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|