Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ def generate(text):
|
|
8 |
return result[0]["generated_text"]
|
9 |
|
10 |
examples = [
|
11 |
-
["
|
12 |
-
["
|
13 |
]
|
14 |
|
15 |
demo = gr.Interface(
|
|
|
8 |
return result[0]["generated_text"]
|
9 |
|
10 |
examples = [
|
11 |
+
["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
|
12 |
+
["Zoe only recently began writing songs."],
|
13 |
]
|
14 |
|
15 |
demo = gr.Interface(
|