Spaces:
Running
Running
bug fix
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks() as interface:
|
|
22 |
|
23 |
method_dropdown = gr.Dropdown(
|
24 |
label="Select Guidance Type",
|
25 |
-
choices=["
|
26 |
value='Contrast'
|
27 |
)
|
28 |
|
|
|
22 |
|
23 |
method_dropdown = gr.Dropdown(
|
24 |
label="Select Guidance Type",
|
25 |
+
choices=["edge", "contrast", "sharpness", "blue", "brightness"],
|
26 |
value='Contrast'
|
27 |
)
|
28 |
|