YoHoCo0o0 commited on
Commit
2c11349
1 Parent(s): f171ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -1,3 +1,11 @@
1
  import gradio as gr
 
 
 
 
 
 
 
 
2
 
3
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title=title, description=description).launch()
 
1
  import gradio as gr
2
+ from gradio.mix import Paralle
3
+
4
+ title="My First Text Generation"
5
+ Description="Imput Text"
6
+
7
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
8
+ gr.Interface.load("huggingface/gpt2")
9
+ gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
10
 
11
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title=title, description=description).launch()