Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gradio.mix import Parallel
|
|
4 |
myfirstvariable="My First Text Generator"
|
5 |
mylovelysecondvariable="input text and submit."
|
6 |
|
7 |
-
model1=Interface.load("huggingface/gpt2)
|
8 |
model2=Interface.load("huggingface/EleuherAI/gpt-neo1.3B)
|
9 |
model3=Interface.load("huggingface/bigscience/bloom-560m")
|
10 |
|
|
|
4 |
myfirstvariable="My First Text Generator"
|
5 |
mylovelysecondvariable="input text and submit."
|
6 |
|
7 |
+
model1=Interface.load("huggingface/gpt2")
|
8 |
model2=Interface.load("huggingface/EleuherAI/gpt-neo1.3B)
|
9 |
model3=Interface.load("huggingface/bigscience/bloom-560m")
|
10 |
|