Spaces:
Sleeping
Sleeping
Delete app.ly
Browse files
app.ly
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
from gradio.mix import Parallel
|
3 |
-
|
4 |
-
title="my First Text Generator"
|
5 |
-
descriptiion="input text."
|
6 |
-
|
7 |
-
model2 = gr.Interface.load("huggingface/gpt2")
|
8 |
-
model1 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
9 |
-
model3 = gr,Interface.load("huggingface/EleutherAI/gpt-neo-125M")
|
10 |
-
|
11 |
-
gr.Parallel(modle1, model2, model3. title=title, description=description).launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|