ToosakiSaika commited on
Commit
8859b09
·
verified ·
1 Parent(s): 20da5f7

Update 313832011_HW4.py

Browse files
Files changed (1) hide show
  1. 313832011_HW4.py +1 -1
313832011_HW4.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
59
  inputs=inputs,
60
  outputs=output,
61
  description="Upload an image and adjust the thresholds to perform image inpainting",
62
- allow_flagging='never'
63
  )
64
 
65
  if __name__ == "__main__":
 
59
  inputs=inputs,
60
  outputs=output,
61
  description="Upload an image and adjust the thresholds to perform image inpainting",
62
+ flagging_mode='never'
63
  )
64
 
65
  if __name__ == "__main__":