Kaixuanliu commited on
Commit
9b351ae
·
verified ·
1 Parent(s): 6644653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css=custom_css) as demo:
89
  img2 = gr.Image("images/cheetah.jpg",label="Image Gnerated by Prompt of UnlearnDiffAtk",width=260,show_share_button=False,show_download_button=False)
90
 
91
 
92
- start_button.click(fn=excute_udiff, inputs=[drop_model, drop, shown_columns_step], outputs=[text_ouput], api_name="udiff")
93
 
94
 
95
  demo.queue().launch(server_name='0.0.0.0',share=True)
 
89
  img2 = gr.Image("images/cheetah.jpg",label="Image Gnerated by Prompt of UnlearnDiffAtk",width=260,show_share_button=False,show_download_button=False)
90
 
91
 
92
+ start_button.click(fn=excute_udiff, inputs=[drop_model, drop, shown_columns_step], outputs=[text_ouput], api_name="udiff")
93
 
94
 
95
  demo.queue().launch(server_name='0.0.0.0',share=True)