fransb14 commited on
Commit
cb90eee
1 Parent(s): c97ee14

title added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ image = gr.inputs.Image(shape=(192,192))
15
  label = gr.outputs.Label()
16
  #examples
17
 
18
- iface = gr.Interface(fn=classifiy_image, inputs=image, outputs=label)
19
  iface.launch()
 
15
  label = gr.outputs.Label()
16
  #examples
17
 
18
+ iface = gr.Interface(fn=classifiy_image, inputs=image, outputs=label,title="🐶 Dog vs 😺 Cat Recognizer")
19
  iface.launch()