LarissaHung commited on
Commit
ae894fb
1 Parent(s): a4fbe65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -4,10 +4,6 @@ from gradio.mix import Parallel
4
 
5
  title="My First Text Generator"
6
  description="Input text."
7
- examples = [
8
- ["Once upon a time, "],
9
- ["Dr Woo was teaching a coding workshop at Hong Kong True Light College."]
10
- ]
11
 
12
  #variables, functions and parameters
13
  model1 = gr.Interface.load("huggingface/gpt2")
 
4
 
5
  title="My First Text Generator"
6
  description="Input text."
 
 
 
 
7
 
8
  #variables, functions and parameters
9
  model1 = gr.Interface.load("huggingface/gpt2")