akhaliq HF staff commited on
Commit
487ff70
1 Parent(s): 8e13475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ with gr.Blocks() as demo:
86
  with gr.Row():
87
  image_input = gr.Image(
88
  label="Upload Image",
89
- type="filepath",
90
- tool="editor"
91
  )
92
 
93
  with gr.Row():
 
86
  with gr.Row():
87
  image_input = gr.Image(
88
  label="Upload Image",
89
+ type="filepath"
90
+ # Removed the 'tool' parameter to ensure compatibility
91
  )
92
 
93
  with gr.Row():