Spaces:
Sleeping
Sleeping
darshil3011
commited on
Commit
•
5c44caa
1
Parent(s):
88955e5
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ def generate(text):
|
|
11 |
examples = [
|
12 |
["The Moon's orbit around Earth has"],
|
13 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"],
|
|
|
14 |
]
|
15 |
|
16 |
demo = gr.Interface(
|
|
|
11 |
examples = [
|
12 |
["The Moon's orbit around Earth has"],
|
13 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"],
|
14 |
+
["Its a beautiful day out there"]
|
15 |
]
|
16 |
|
17 |
demo = gr.Interface(
|