zihaoz96 commited on
Commit
d136b79
1 Parent(s): 2ac8122

Update app.py

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