Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
283 |
)
|
284 |
custom_model_1 = gr.Textbox(
|
285 |
label="Or enter custom model path",
|
286 |
-
placeholder="e.g.,
|
287 |
scale=3
|
288 |
)
|
289 |
|
@@ -297,7 +297,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
297 |
)
|
298 |
custom_model_2 = gr.Textbox(
|
299 |
label="Or enter custom model path",
|
300 |
-
placeholder="e.g.,
|
301 |
scale=3
|
302 |
)
|
303 |
|
|
|
283 |
)
|
284 |
custom_model_1 = gr.Textbox(
|
285 |
label="Or enter custom model path",
|
286 |
+
placeholder="e.g., Qwen/Qwen2.5-7B-Instruct",
|
287 |
scale=3
|
288 |
)
|
289 |
|
|
|
297 |
)
|
298 |
custom_model_2 = gr.Textbox(
|
299 |
label="Or enter custom model path",
|
300 |
+
placeholder="e.g., deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
|
301 |
scale=3
|
302 |
)
|
303 |
|