datasciencedojo commited on
Commit
304bc04
·
1 Parent(s): eec4275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,5 +85,5 @@ div[data-testid="label"] {overflow-x: hidden !important; overflow-y: scroll !imp
85
 
86
  """
87
 
88
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples ,title="Handpose | Datascience Dojo", css=css)
89
  intf.launch(inline=False)
 
85
 
86
  """
87
 
88
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples ,title="Hand Gesture Recognition | Datascience Dojo", css=css)
89
  intf.launch(inline=False)