fireedman commited on
Commit
5b12d96
·
verified ·
1 Parent(s): 62c2a28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
115
  gr.Markdown(MARKDOWN)
116
  with gr.Row():
117
  with gr.Column():
118
- input_image = gr,Image(
119
  image_mode = 'RGB',
120
  type = 'pil',
121
  height = 500
 
115
  gr.Markdown(MARKDOWN)
116
  with gr.Row():
117
  with gr.Column():
118
+ input_image = gr.Image(
119
  image_mode = 'RGB',
120
  type = 'pil',
121
  height = 500