Spaces:
Runtime error
Runtime error
Change the gpt-j-6B language model to another model.
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gradio.mix import Parallel
|
|
4 |
title="My First Text Generator"
|
5 |
description ="Input text"
|
6 |
|
7 |
-
model1=gr.Interface.load("huggingface/EleutherAI/gpt-
|
8 |
model2=gr.Interface.load("huggingface/gpt2")
|
9 |
model3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
|
10 |
|
|
|
4 |
title="My First Text Generator"
|
5 |
description ="Input text"
|
6 |
|
7 |
+
model1=gr.Interface.load("huggingface/EleutherAI/gpt-neo-2.7B")
|
8 |
model2=gr.Interface.load("huggingface/gpt2")
|
9 |
model3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
|
10 |
|