mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
fixed demos
This commit is contained in:
parent
776249a76c
commit
94eef9cf31
@ -22,7 +22,7 @@ demo = gr.Interface(
|
||||
[
|
||||
gr.Timeseries(x="time", y=["retail", "food", "other"]),
|
||||
gr.CheckboxGroup(
|
||||
["retail", "food", "other"], default=["retail", "food", "other"]
|
||||
["retail", "food", "other"], default_selected=["retail", "food", "other"]
|
||||
),
|
||||
gr.Slider(minimum=1, maximum=3),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user