app
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks(css=css) as demo:
|
|
324 |
minimum=1,
|
325 |
maximum=50,
|
326 |
step=1,
|
327 |
-
value=
|
328 |
)
|
329 |
with gr.Row():
|
330 |
num_of_interpolation = gr.Slider(
|
|
|
324 |
minimum=1,
|
325 |
maximum=50,
|
326 |
step=1,
|
327 |
+
value=10, # Replace with defaults that work for your model
|
328 |
)
|
329 |
with gr.Row():
|
330 |
num_of_interpolation = gr.Slider(
|