Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gradio.inputs import Textbox
|
|
4 |
from gradio import outputs
|
5 |
from transformers import pipeline
|
6 |
|
7 |
-
title = "Next Sentence
|
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."],
|
|
|
4 |
from gradio import outputs
|
5 |
from transformers import pipeline
|
6 |
|
7 |
+
title = "Next Sentence Generator1"
|
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."],
|