mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 10:09:09 -04:00
Update app_deepseek.py
This commit is contained in:
parent
6825f0f6fd
commit
f4a946abaa
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user