ehristoforu commited on
Commit
3939829
·
1 Parent(s): 1ea8e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ iface = gr.Interface(
16
  fn=remove_watermark,
17
  inputs=gr.Image(),
18
  outputs=gr.Image(),
19
- live=True,
20
  )
21
 
22
  iface.launch()
 
16
  fn=remove_watermark,
17
  inputs=gr.Image(),
18
  outputs=gr.Image(),
 
19
  )
20
 
21
  iface.launch()