Spaces:
aiqtech
/
Running on Zero

dn6 HF staff commited on
Commit
a034285
2 Parent(s): 5a7123f 3b0ebf3
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -79,7 +79,6 @@ with gr.Blocks(css=css) as demo:
79
 
80
  output = gr.Image(label="GIF", show_label=False)
81
  output_stills = gr.Image(label="stills", show_label=False, elem_id="stills")
82
-
83
  with gr.Accordion("Advanced Settings", open=False):
84
  seed = gr.Slider(
85
  label="Seed",
@@ -114,7 +113,6 @@ with gr.Blocks(css=css) as demo:
114
  outputs=[output, output_stills, seed],
115
  cache_examples="lazy"
116
  )
117
-
118
  gr.on(
119
  triggers=[submit.click, prompt.submit],
120
  fn=predict,
 
79
 
80
  output = gr.Image(label="GIF", show_label=False)
81
  output_stills = gr.Image(label="stills", show_label=False, elem_id="stills")
 
82
  with gr.Accordion("Advanced Settings", open=False):
83
  seed = gr.Slider(
84
  label="Seed",
 
113
  outputs=[output, output_stills, seed],
114
  cache_examples="lazy"
115
  )
 
116
  gr.on(
117
  triggers=[submit.click, prompt.submit],
118
  fn=predict,