ccm commited on
Commit
fd90ce6
1 Parent(s): d2f461c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"],