Spaces:
Sleeping
Sleeping
Luis
commited on
Commit
•
c30c603
1
Parent(s):
e31b1cf
add step=1
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ demo = gr.Interface(
|
|
78 |
inputs=[
|
79 |
gr.inputs.Audio(type="filepath"),
|
80 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
81 |
-
gr.Slider(minimum=7, maximum=21)
|
82 |
],
|
83 |
outputs=['image', 'image', 'image', 'text', 'text', 'text', 'text'],
|
84 |
# examples=examples,
|
|
|
78 |
inputs=[
|
79 |
gr.inputs.Audio(type="filepath"),
|
80 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
81 |
+
gr.Slider(minimum=7, maximum=21, step=1)
|
82 |
],
|
83 |
outputs=['image', 'image', 'image', 'text', 'text', 'text', 'text'],
|
84 |
# examples=examples,
|