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