adirik commited on
Commit
74880fc
1 Parent(s): 6686b09

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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.''')
 
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.''')