mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 01:50:47 +00:00
Update demo_v2.py
This commit is contained in:
parent
ac18f5f04f
commit
8ff909d4a3
@ -550,7 +550,7 @@ with gr.Blocks() as demo:
|
|||||||
temperature = gr.Slider(
|
temperature = gr.Slider(
|
||||||
minimum=0.1,
|
minimum=0.1,
|
||||||
maximum=1.5,
|
maximum=1.5,
|
||||||
value=1.0,
|
value=0.6,
|
||||||
step=0.1,
|
step=0.1,
|
||||||
interactive=True,
|
interactive=True,
|
||||||
label="Temperature",
|
label="Temperature",
|
||||||
|
Loading…
Reference in New Issue
Block a user