Spaces:
Runtime error
Runtime error
Commit
·
75eeb78
1
Parent(s):
8c1acd5
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description="Input text and summit."
|
|
7 |
model1=gr.Interface.load("huggingface/gpt2")
|
8 |
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
9 |
model3=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
10 |
-
model4=gr.Interface.load("huggingface/EleutherAI/gpt-
|
11 |
|
12 |
|
13 |
gr.Parallel(model1,model2,model3,model4, title=title, description=description).launch()
|
|
|
7 |
model1=gr.Interface.load("huggingface/gpt2")
|
8 |
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
9 |
model3=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
10 |
+
model4=gr.Interface.load("huggingface/EleutherAI/gpt-neo-2.7B")
|
11 |
|
12 |
|
13 |
gr.Parallel(model1,model2,model3,model4, title=title, description=description).launch()
|