zihaoz96 commited on
Commit
0aa401d
1 Parent(s): 8f9b428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,6 +60,7 @@ interface = gr.Interface(
60
  allow_flagging=False,
61
  title="🦈 Shark image classifier",
62
  description="Made with HugsVision & ❤️",
63
- examples=samples
 
64
  )
65
  interface.launch()
 
60
  allow_flagging=False,
61
  title="🦈 Shark image classifier",
62
  description="Made with HugsVision & ❤️",
63
+ examples=samples,
64
+ css=None
65
  )
66
  interface.launch()