jiehou commited on
Commit
dd0cde3
·
verified ·
1 Parent(s): eda4acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ sample_images = get_sample_images(10)
131
 
132
  ### configure inputs/outputs
133
  set_image = gr.Image(width=28, height=28, image_mode='L')
134
- set_K = gr.Slider(1, 24, step=1, value==7)
135
 
136
  set_label = gr.Textbox(label="Predicted Digit")
137
 
 
131
 
132
  ### configure inputs/outputs
133
  set_image = gr.Image(width=28, height=28, image_mode='L')
134
+ set_K = gr.Slider(1, 24, step=1, value=7)
135
 
136
  set_label = gr.Textbox(label="Predicted Digit")
137