Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,10 +56,11 @@ def respond(
|
|
56 |
raise gr.Error(f"发生错误: {str(e)}")
|
57 |
|
58 |
example_prompts = [
|
59 |
-
["
|
60 |
-
["
|
61 |
-
["
|
62 |
-
["
|
|
|
63 |
]
|
64 |
latex_delimiters = [
|
65 |
{"left": "$$", "right": "$$", "display": True},
|
|
|
56 |
raise gr.Error(f"发生错误: {str(e)}")
|
57 |
|
58 |
example_prompts = [
|
59 |
+
["Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern."],
|
60 |
+
["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
|
61 |
+
["Why has online learning been able to spread rapidly in recent years?"],
|
62 |
+
["How many 'e' in Deeplearning?"],
|
63 |
+
["Write a 3-line poem"]
|
64 |
]
|
65 |
latex_delimiters = [
|
66 |
{"left": "$$", "right": "$$", "display": True},
|