mayura25 commited on
Commit
84b1aa3
1 Parent(s): ef78d9a

Update app.py

Browse files

edited gradio code

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ import gradio as gr
60
  iface = gr.Interface(
61
  fn=predict_digit,
62
  inputs=gr.Image(type="filepath", label="Upload Image"),
63
- outputs=gr.Textbox(text="Predicted Digit"),
64
  )
65
 
66
  iface.launch()
 
60
  iface = gr.Interface(
61
  fn=predict_digit,
62
  inputs=gr.Image(type="filepath", label="Upload Image"),
63
+ outputs=gr.Textbox("Predicted Digit"),
64
  )
65
 
66
  iface.launch()