lwdragon commited on
Commit
a7ce1d0
·
1 Parent(s): cd5acd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(css=css) as demo:
73
  with gr.Row():
74
  image_input = gr.Image(type="filepath",
75
  value=default_image,
76
- interactive=False)
77
  image_output = gr.Image(type="filepath")
78
 
79
  gr.Examples(
 
73
  with gr.Row():
74
  image_input = gr.Image(type="filepath",
75
  value=default_image,
76
+ )
77
  image_output = gr.Image(type="filepath")
78
 
79
  gr.Examples(