Spaces:
Sleeping
Sleeping
update app
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
83 |
placeholder="Enter your prompt"
|
84 |
).style(container=False)
|
85 |
|
86 |
-
|
87 |
|
88 |
with gr.Box():
|
89 |
gr.Markdown('''## Step 2 (Manipulation) - Please upload an image for manipulation: - You can also select the **previous directions** and determine the **manipulation strength**. - Hit the **Generate** button.''')
|
|
|
83 |
placeholder="Enter your prompt"
|
84 |
).style(container=False)
|
85 |
|
86 |
+
find_direction_btn = gr.Button("Find Direction").style(full_width=False)
|
87 |
|
88 |
with gr.Box():
|
89 |
gr.Markdown('''## Step 2 (Manipulation) - Please upload an image for manipulation: - You can also select the **previous directions** and determine the **manipulation strength**. - Hit the **Generate** button.''')
|