baconnier commited on
Commit
c68a73d
1 Parent(s): 4825825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ class GradioInterface:
141
  "Qwen/Qwen2.5-0.5B-Instruct"
142
  ],
143
  value="meta-llama/Meta-Llama-3-70B-Instruct",
144
- label="Choose Model to apply on prompts"
145
  )
146
  apply_button = gr.Button("Apply Prompts")
147
 
 
141
  "Qwen/Qwen2.5-0.5B-Instruct"
142
  ],
143
  value="meta-llama/Meta-Llama-3-70B-Instruct",
144
+ label="Choose the Model to apply to the prompts"
145
  )
146
  apply_button = gr.Button("Apply Prompts")
147