onehowon commited on
Commit
e6db70d
·
verified ·
1 Parent(s): 57d483e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -193,6 +193,7 @@ def process_image(image, model_name, attack_types, eps_value, wm_text, password_
193
  watermarked_image.save(output_path, format="PNG")
194
  return image, adv_image, watermarked_image, extracted_wm_text, output_path
195
 
 
196
  interface = gr.Interface(
197
  fn=process_image,
198
  inputs=[
 
193
  watermarked_image.save(output_path, format="PNG")
194
  return image, adv_image, watermarked_image, extracted_wm_text, output_path
195
 
196
+ # Gradio 인터페이스
197
  interface = gr.Interface(
198
  fn=process_image,
199
  inputs=[