Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as app:
|
|
99 |
gr.Markdown("### Pixelation Detection App")
|
100 |
|
101 |
# Selecting method
|
102 |
-
method = gr.Radio(["Method 1", "Method 2"], label="Select Method")
|
103 |
|
104 |
with gr.Tab("Classification by image"):
|
105 |
image_input = gr.Image(type="numpy", label="Upload an image")
|
|
|
99 |
gr.Markdown("### Pixelation Detection App")
|
100 |
|
101 |
# Selecting method
|
102 |
+
method = gr.Radio(["Method 1 (Baseline Method) ", "Method 2 (Proposed Method)"], label="Select Method")
|
103 |
|
104 |
with gr.Tab("Classification by image"):
|
105 |
image_input = gr.Image(type="numpy", label="Upload an image")
|