Spaces:
Runtime error
Runtime error
pallavijaini
commited on
Commit
•
e4b5df5
1
Parent(s):
e445523
Fixed the Typos
Browse files
app.py
CHANGED
@@ -26,14 +26,13 @@ print(os.system("hostname -i"))
|
|
26 |
print(SPR)
|
27 |
|
28 |
|
29 |
-
prompt_examples_list =
|
30 |
-
[
|
31 |
['A cascading waterfall tumbles down moss-covered rocks, surrounded by a lush and vibrant forest.'],
|
32 |
['In a serene garden, delicate cherry blossoms fall like pink snowflakes.'],
|
33 |
['A breathtaking mountain range towers above a picturesque valley, with a winding river reflecting the surrounding beauty.'],
|
34 |
['A serene beach scene with turquoise waters, palm trees swaying in the breeze, and a radiant sunset painting the sky in hues of orange and pink.'],
|
35 |
['After the rain, sunlight breaks through the clouds, illuminating the verdant fields.']
|
36 |
-
]
|
37 |
|
38 |
def update_language(value):
|
39 |
if value == "zh-CN":
|
|
|
26 |
print(SPR)
|
27 |
|
28 |
|
29 |
+
prompt_examples_list = [
|
|
|
30 |
['A cascading waterfall tumbles down moss-covered rocks, surrounded by a lush and vibrant forest.'],
|
31 |
['In a serene garden, delicate cherry blossoms fall like pink snowflakes.'],
|
32 |
['A breathtaking mountain range towers above a picturesque valley, with a winding river reflecting the surrounding beauty.'],
|
33 |
['A serene beach scene with turquoise waters, palm trees swaying in the breeze, and a radiant sunset painting the sky in hues of orange and pink.'],
|
34 |
['After the rain, sunlight breaks through the clouds, illuminating the verdant fields.']
|
35 |
+
]
|
36 |
|
37 |
def update_language(value):
|
38 |
if value == "zh-CN":
|