Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|