Spaces:
Sleeping
Sleeping
fix bug
Browse files
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.
|
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
|