thanglekdi commited on
Commit
1f380a9
·
1 Parent(s): d805091

test deepseek

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ chat = gr.ChatInterface(
12
  gr.Slider(0.1, 4.0, value=0.7, step=0.1, label="Temperature"),
13
  gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
14
 
15
- gr.Image(label="Attach an image (optional)"), # báo lỗi
16
- gr.File(label="Upload a file (optional)"), # báo lỗi
17
  ],
18
  # examples=[
19
  # # Mỗi item: [message, system_message, max_tokens, temperature, top_p]
 
12
  gr.Slider(0.1, 4.0, value=0.7, step=0.1, label="Temperature"),
13
  gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
14
 
15
+ # gr.Image(label="Attach an image (optional)"), # báo lỗi
16
+ # gr.File(label="Upload a file (optional)"), # báo lỗi
17
  ],
18
  # examples=[
19
  # # Mỗi item: [message, system_message, max_tokens, temperature, top_p]