Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,10 +66,11 @@ def respond(
|
|
66 |
raise gr.Error(f"发生错误: {str(e)}")
|
67 |
|
68 |
example_prompts = [
|
69 |
-
["
|
70 |
-
["
|
71 |
-
["
|
72 |
-
["
|
|
|
73 |
]
|
74 |
latex_delimiters = [
|
75 |
{"left": "$$", "right": "$$", "display": True},
|
|
|
66 |
raise gr.Error(f"发生错误: {str(e)}")
|
67 |
|
68 |
example_prompts = [
|
69 |
+
["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."],
|
70 |
+
["How many 'e' in Deeplearning?"],
|
71 |
+
["Write a 3-line poem"],
|
72 |
+
["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
|
73 |
+
["Why has online learning been able to spread rapidly in recent years?"]
|
74 |
]
|
75 |
latex_delimiters = [
|
76 |
{"left": "$$", "right": "$$", "display": True},
|