tejasnavada commited on
Commit
3d4b172
1 Parent(s): 0149831

add directions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ def classify_img(img):
18
  inputs = gr.inputs.Image(shape=(192,192))
19
  label = gr.outputs.Label()
20
 
21
- iface = gr.Interface(fn=classify_img, inputs=inputs, outputs=label, article="Drag an image of any number 0-9")
22
  iface.launch(inline=False)
 
18
  inputs = gr.inputs.Image(shape=(192,192))
19
  label = gr.outputs.Label()
20
 
21
+ iface = gr.Interface(fn=classify_img, inputs=inputs, outputs=label, title="Insert an image of any number 0-9")
22
  iface.launch(inline=False)