noumanjavaid commited on
Commit
8ed6d46
·
verified ·
1 Parent(s): f6cb6df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
+ )