Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
|
|
54 |
with gr.Column():
|
55 |
# gr.Markdown("Please upload your model id.")
|
56 |
drop_text = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage_Truck",
|
57 |
-
"Style-
|
58 |
label="AdvUnlearn Text Encoder")
|
59 |
with gr.Column():
|
60 |
text_input = gr.Textbox(label="Prompt")
|
|
|
54 |
with gr.Column():
|
55 |
# gr.Markdown("Please upload your model id.")
|
56 |
drop_text = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage_Truck",
|
57 |
+
"Style-VanGogh","Concept-Nudity", "None"],
|
58 |
label="AdvUnlearn Text Encoder")
|
59 |
with gr.Column():
|
60 |
text_input = gr.Textbox(label="Prompt")
|