thanglekdi commited on
Commit
88efe82
·
1 Parent(s): 85fce84

test title,description,examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -59,9 +59,9 @@ chat = gr.ChatInterface(
59
  ],
60
  examples=[
61
  # Mỗi item: [message, system_message, max_tokens, temperature, top_p]
62
- ["Xin chào!"],
63
- ["Tóm tắt đoạn văn sau…"],
64
- ["Viết thơ 4 câu về hoa sen"],
65
  ],
66
  )
67
 
 
59
  ],
60
  examples=[
61
  # Mỗi item: [message, system_message, max_tokens, temperature, top_p]
62
+ "Xin chào!",
63
+ "Tóm tắt đoạn văn sau…",
64
+ "Viết thơ 4 câu về hoa sen",
65
  ],
66
  )
67