Spaces:
Running
Running
admin
commited on
Commit
·
3b2b619
1
Parent(s):
a6003b4
use slider
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ if __name__ == "__main__":
|
|
91 |
placeholder="https://www.bilibili.com/video/*",
|
92 |
show_copy_button=True,
|
93 |
),
|
94 |
-
gr.
|
95 |
],
|
96 |
outputs=[
|
97 |
gr.Textbox(label="Video title", show_copy_button=True),
|
|
|
91 |
placeholder="https://www.bilibili.com/video/*",
|
92 |
show_copy_button=True,
|
93 |
),
|
94 |
+
gr.Slider(label="Part", minimum=1, maximum=1000, step=1, value=1),
|
95 |
],
|
96 |
outputs=[
|
97 |
gr.Textbox(label="Video title", show_copy_button=True),
|