Wootang01 commited on
Commit
fcc2804
1 Parent(s): 9e00702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ import gradio as gr
7
  title = "Next Sentence Generator"
8
  description = "Try this text generator!"
9
  examples = [
10
- ["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
11
- ["Zoe only recently began writing songs."],
12
- ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
13
  ]
14
 
15
  generator2 = gr.load("huggingface/facebook/opt-1.3b")
 
7
  title = "Next Sentence Generator"
8
  description = "Try this text generator!"
9
  examples = [
10
+ ["Zoe Kwan is a 20-year old singer and songwriter."],
11
+ ["Zoe Kwan only recently began writing songs."],
12
+ ["Zoe Kwan has taken Hong Kong’s music scene by storm."]
13
  ]
14
 
15
  generator2 = gr.load("huggingface/facebook/opt-1.3b")