Spaces:
Runtime error
Runtime error
Commit
·
af77e54
1
Parent(s):
4dea222
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from gradio.mix import Parallel
|
|
4 |
title="My First Text Generator"
|
5 |
description="Input text and submit."
|
6 |
|
7 |
-
model1=gr.Interface.load("huggingface/
|
8 |
-
model2=gr.Interface.load("huggingface/
|
9 |
model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
|
10 |
|
11 |
gr.Interface.load(model1, model2, model3, title=title, description=description).launch()
|
|
|
4 |
title="My First Text Generator"
|
5 |
description="Input text and submit."
|
6 |
|
7 |
+
model1=gr.Interface.load("huggingface/gpt2")
|
8 |
+
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
9 |
model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
|
10 |
|
11 |
gr.Interface.load(model1, model2, model3, title=title, description=description).launch()
|