Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -250,13 +250,10 @@ css = """
|
|
| 250 |
"""
|
| 251 |
etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
|
| 252 |
examples_list = [
|
| 253 |
-
["
|
| 254 |
-
["
|
| 255 |
-
["
|
| 256 |
-
["
|
| 257 |
-
["What are 3 popular chess openings?"],
|
| 258 |
-
["write a conversation between the sun and pluto"],
|
| 259 |
-
["Did you know that Yann LeCun dropped a rap album last year? We listened to it andhere’s what we thought:"],
|
| 260 |
]
|
| 261 |
|
| 262 |
logger.info("start block")
|
|
|
|
| 250 |
"""
|
| 251 |
etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
|
| 252 |
examples_list = [
|
| 253 |
+
["> 你能不能详细介绍一下怎么做披萨? 制作披萨的步骤大致如下:"],
|
| 254 |
+
["你推荐我买最新款的iPhone吗?"],
|
| 255 |
+
["你是一个资深导游,你能介绍一下中国的首都吗?"],
|
| 256 |
+
["你好,我们聊聊音乐吧"],
|
|
|
|
|
|
|
|
|
|
| 257 |
]
|
| 258 |
|
| 259 |
logger.info("start block")
|