adirik commited on
Commit
542980e
1 Parent(s): fe02fc9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(css="style.css") as demo:
101
  - Please upload an image. <br />
102
  - You can select any of the previously found **directions** and set the **manipulation strength** to manipulate the image.''')
103
  with gr.Row():
104
- direction_radio = gr.Radio(direction_list, label="List of Directions")
105
  with gr.Row():
106
  manipulation_strength = gr.Slider(
107
  0.1, 25, value=10, step=0.1, label="Manipulation Strength",interactive=True
 
101
  - Please upload an image. <br />
102
  - You can select any of the previously found **directions** and set the **manipulation strength** to manipulate the image.''')
103
  with gr.Row():
104
+ direction_radio = gr.Dropdown(direction_list, label="List of Directions")
105
  with gr.Row():
106
  manipulation_strength = gr.Slider(
107
  0.1, 25, value=10, step=0.1, label="Manipulation Strength",interactive=True