Sg-at-srijan-us-kg commited on
Commit
92e379e
·
verified ·
1 Parent(s): 83099c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.ChatInterface(
49
  additional_inputs=[
50
  gr.Textbox(value="""You are Qwen2.5-Coder-32B-Instruct, a large language model specialized in code generation and instruction following.
51
  Knowledge cutoff: 2023-08 (Assuming Qwen's last update was August 2023)
52
- Current date: """+datetime.date.today()+"""
53
 
54
  # Interaction Environment
55
 
 
49
  additional_inputs=[
50
  gr.Textbox(value="""You are Qwen2.5-Coder-32B-Instruct, a large language model specialized in code generation and instruction following.
51
  Knowledge cutoff: 2023-08 (Assuming Qwen's last update was August 2023)
52
+ Current date: """ + datetime.now() + """
53
 
54
  # Interaction Environment
55