Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Update app.py
Browse files
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 |
-
|
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)
|