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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ 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
  #variables, functions and parameters
12
  model1 = gr.Interface.load("huggingface/gpt2")
 
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")