Update demo_v2.py

This commit is contained in:
ZhuDeyao 2023-10-17 21:52:29 +03:00 committed by GitHub
parent ac18f5f04f
commit 8ff909d4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,7 +550,7 @@ with gr.Blocks() as demo:
temperature = gr.Slider(
minimum=0.1,
maximum=1.5,
value=1.0,
value=0.6,
step=0.1,
interactive=True,
label="Temperature",