Sarvamangalak commited on
Commit
234ab38
·
verified ·
1 Parent(s): 4e4737b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -214,7 +214,6 @@ with gr.Blocks() as demo:
214
  inputs=[img_input, slider],
215
  outputs=[img_output, result_box, dashboard_plot]
216
  )
217
- )
218
 
219
  gr.Markdown("### Feedback")
220
  feedback_radio = gr.Radio(["Correct", "Incorrect"], label="Prediction correct?")
 
214
  inputs=[img_input, slider],
215
  outputs=[img_output, result_box, dashboard_plot]
216
  )
 
217
 
218
  gr.Markdown("### Feedback")
219
  feedback_radio = gr.Radio(["Correct", "Incorrect"], label="Prediction correct?")