Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ with gradio.Blocks() as demo:
|
|
318 |
|
319 |
steps = gradio.Dropdown(interpolation_options, label="Interpolation Length",
|
320 |
value=random.choice(interpolation_options))
|
321 |
-
btn = gradio.Button("Interpolate!")
|
322 |
img = gradio.Image(label="Transition")
|
323 |
btn.click(fn=interpolate, inputs=[t1, t2, d1, d2, th1, th2, steps], outputs=[img])
|
324 |
examples = gradio.Examples(examples=[["hamburger_box", "hot_dog_box", "1.00", "1.00", "2", "2", "20"],
|
|
|
318 |
|
319 |
steps = gradio.Dropdown(interpolation_options, label="Interpolation Length",
|
320 |
value=random.choice(interpolation_options))
|
321 |
+
btn = gradio.Button("Interpolate!", variant="primary")
|
322 |
img = gradio.Image(label="Transition")
|
323 |
btn.click(fn=interpolate, inputs=[t1, t2, d1, d2, th1, th2, steps], outputs=[img])
|
324 |
examples = gradio.Examples(examples=[["hamburger_box", "hot_dog_box", "1.00", "1.00", "2", "2", "20"],
|