lucylol commited on
Commit
dbb0188
·
1 Parent(s): b84c75a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gradio.mix
4
  title="my First Text Generator"
5
  description="input text."
6
  examples = [
7
- ["once upon a time, "]
8
  ["Dr Woo was teaching a coding workshop ar Hong Kong True Light College"]
9
  ]
10
  model11=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
 
4
  title="my First Text Generator"
5
  description="input text."
6
  examples = [
7
+ ["once upon a time, "],
8
  ["Dr Woo was teaching a coding workshop ar Hong Kong True Light College"]
9
  ]
10
  model11=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")