Update app.py
Browse files
app.py
CHANGED
@@ -204,4 +204,6 @@ with gr.Blocks() as app:
|
|
204 |
det_btn.click(detect_watermark, inputs=[det_im], outputs=[det_msg])
|
205 |
|
206 |
if __name__ == "__main__":
|
207 |
-
app.launch(
|
|
|
|
|
|
204 |
det_btn.click(detect_watermark, inputs=[det_im], outputs=[det_msg])
|
205 |
|
206 |
if __name__ == "__main__":
|
207 |
+
app.launch(
|
208 |
+
show_api=False
|
209 |
+
)
|