Spaces:
mikitona
/
Running on Zero

mikitona commited on
Commit
43d64ed
·
verified ·
1 Parent(s): e3c6967

Upload gradio_s3diff.py

Browse files
Files changed (1) hide show
  1. src/gradio_s3diff.py +1 -1
src/gradio_s3diff.py CHANGED
@@ -145,7 +145,7 @@ with block:
145
  gr.Markdown(MARKDOWN)
146
  with gr.Row():
147
  with gr.Column():
148
- input_image = gr.Image(source="upload", type="pil")
149
  run_button = gr.Button(label="Run")
150
  with gr.Accordion("Options", open=True):
151
  cfg_scale = gr.Slider(label="Classifier Free Guidance Scale (Set a value larger than 1 to enable it!)", minimum=1.0, maximum=1.1, value=1.07, step=0.01)
 
145
  gr.Markdown(MARKDOWN)
146
  with gr.Row():
147
  with gr.Column():
148
+ input_image = gr.Image(type="pil")
149
  run_button = gr.Button(label="Run")
150
  with gr.Accordion("Options", open=True):
151
  cfg_scale = gr.Slider(label="Classifier Free Guidance Scale (Set a value larger than 1 to enable it!)", minimum=1.0, maximum=1.1, value=1.07, step=0.01)