YoHoCo0o0 commited on
Commit
13b02fb
1 Parent(s): 9a8e13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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 College"]
9
  ]
10
  model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  model2=gr.Interface.load("huggingface/gpt2")
 
5
  description="Input Text"
6
  examples = [
7
  ["Once apon a time,"]
8
+ ["Dr Woo was teaching a coding workshop at Hong Kong True Light College."]
9
  ]
10
  model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  model2=gr.Interface.load("huggingface/gpt2")