YoHoCo0o0 commited on
Commit
8aa4440
1 Parent(s): 6792fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -3,7 +3,10 @@ from gradio.mix import Paralle
3
 
4
  title="My First Text Generation"
5
  description="Input 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")
 
3
 
4
  title="My First Text Generation"
5
  description="Input Text"
6
+ examples = [
7
+ ["Once apon a time"]
8
+ ["Dr Woo was teaching a coding workshop at Hong Kong True Light Collage"]
9
+ ]
10
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  gr.Interface.load("huggingface/gpt2")
12
  gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")