snehilchatterjee commited on
Commit
4e4c8e7
·
verified ·
1 Parent(s): 13fd993

Update app.py

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