Spaces:
Sleeping
Sleeping
Update 313832011_HW4.py
Browse files- 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 |
-
|
| 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__":
|