zihaoz96 commited on
Commit
57c2b2d
1 Parent(s): 38629bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -63,6 +63,8 @@ interface = gr.Interface(
63
  inputs=[image, radio],
64
  outputs=label,
65
  capture_session=True,
66
- allow_flagging=False,
 
 
67
  )
68
  interface.launch()
 
63
  inputs=[image, radio],
64
  outputs=label,
65
  capture_session=True,
66
+ allow_flagging=False,
67
+ title=“🦈 Shark image classifier”,
68
+ description="Made with HugsVision & ❤️"
69
  )
70
  interface.launch()