Rainbie commited on
Commit
140d8e4
·
1 Parent(s): 63f19ea

Delete app.ly

Browse files
Files changed (1) hide show
  1. app.ly +0 -11
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()