matt576 commited on
Commit
e53edcb
·
verified ·
1 Parent(s): 9f197b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ if __name__ == "__main__":
159
 
160
  with gr.Row():
161
  with gr.Column():
162
- input_image = gr.Image(label="Input Image", sources='upload', type="pil", value="", interactive=True)
163
  with gr.Column():
164
  output_image = gr.Image(label="Generated Image", type="pil")
165
 
 
159
 
160
  with gr.Row():
161
  with gr.Column():
162
+ input_image = gr.Image(label="Input Image", sources='upload', type="pil", interactive=True)
163
  with gr.Column():
164
  output_image = gr.Image(label="Generated Image", type="pil")
165