Update app_deepseek.py

This commit is contained in:
haoy945
2024-03-13 15:44:23 +08:00
committed by GitHub
parent 6825f0f6fd
commit f4a946abaa

View File

@@ -359,7 +359,7 @@ def build_demo(MODELS):
with gr.Column():
image_box = gr.Image(type="pil")
with gr.Tab(label="Parameter Setting") as parameter_row:
with gr.Tab(label="Parameter Setting") as _:
top_p = gr.Slider(
minimum=-0,
maximum=1.0,