Spaces:
Sleeping
Sleeping
[Update]Change back to Row
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
60 |
|
61 |
|
62 |
with gr.Row() as udiff:
|
63 |
-
with gr.
|
64 |
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh",
|
65 |
"Concept-Nudity", "Concept-Violence", "Illegal Activity", "None"],
|
66 |
label="Unlearning undesirable")
|
|
|
60 |
|
61 |
|
62 |
with gr.Row() as udiff:
|
63 |
+
with gr.Row():
|
64 |
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh",
|
65 |
"Concept-Nudity", "Concept-Violence", "Illegal Activity", "None"],
|
66 |
label="Unlearning undesirable")
|