BilalSardar commited on
Commit
fb6dec7
·
1 Parent(s): 41700a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def main(image):
85
  interface = gr.Interface(fn=main,
86
  inputs=["image"],
87
  outputs=[gr.inputs.Textbox(label='Names of person in image')],
88
- title='Face Recognition ',
89
  description='This Space:\n \n2) Detect Emotion \n3) Detect Colors.\n4) Object Detection \n<br>This space is for personal use. For the time being, it only recognizes few persons. To use it, simply duplicate the space and replace the images in the image folder.')
90
 
91
 
 
85
  interface = gr.Interface(fn=main,
86
  inputs=["image"],
87
  outputs=[gr.inputs.Textbox(label='Names of person in image')],
88
+ title='Color Object Emotion ',
89
  description='This Space:\n \n2) Detect Emotion \n3) Detect Colors.\n4) Object Detection \n<br>This space is for personal use. For the time being, it only recognizes few persons. To use it, simply duplicate the space and replace the images in the image folder.')
90
 
91