Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
46 |
|
47 |
with gr.Row():
|
48 |
choosen_plottype =gr.Radio(choices=["withmask", "withoutmask"], value="withmask", label="Plot Type", scale=1, interactive=True)
|
49 |
-
choosen_target = gr.Slider(minimum=0, maximum=
|
50 |
submit_btn = gr.Button("Submit", variant='primary', scale=1)
|
51 |
|
52 |
with gr.Column():
|
|
|
46 |
|
47 |
with gr.Row():
|
48 |
choosen_plottype =gr.Radio(choices=["withmask", "withoutmask"], value="withmask", label="Plot Type", scale=1, interactive=True)
|
49 |
+
choosen_target = gr.Slider(minimum=0, maximum=200, step=1, value=100, label="Classifier OutputTarget", scale=1, interactive=True)
|
50 |
submit_btn = gr.Button("Submit", variant='primary', scale=1)
|
51 |
|
52 |
with gr.Column():
|