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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -359,7 +359,7 @@ def build_demo(MODELS):
with gr.Column(): with gr.Column():
image_box = gr.Image(type="pil") 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( top_p = gr.Slider(
minimum=-0, minimum=-0,
maximum=1.0, maximum=1.0,