yonishafir commited on
Commit
d7fe0fb
1 Parent(s): 0cef0ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ with image_blocks as demo:
237
  ''')
238
  with gr.Row():
239
  with gr.Column():
240
- image = gr.Image(sources=['upload'], elem_id="image_upload", type="pil", label="Upload", height=400)
241
  with gr.Row(elem_id="prompt-container", equal_height=True):
242
  with gr.Row():
243
  prompt = gr.Textbox(placeholder="Your prompt (what you want in place of what is erased)", show_label=False, elem_id="prompt")
 
237
  ''')
238
  with gr.Row():
239
  with gr.Column():
240
+ image = gr.Image(sources=['upload'], elem_id="image_upload", tool='sketch', type="pil", label="Upload", height=400)
241
  with gr.Row(elem_id="prompt-container", equal_height=True):
242
  with gr.Row():
243
  prompt = gr.Textbox(placeholder="Your prompt (what you want in place of what is erased)", show_label=False, elem_id="prompt")