Nymbo commited on
Commit
e9c0b46
·
verified ·
1 Parent(s): bce35c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ with open(Path(path) / 'top_tags.txt', 'r') as f:
68
  print("Starting server...")
69
 
70
  gradio_app = gr.Interface(
 
71
  predict,
72
  inputs=gr.Image(label="Source", sources=['upload', 'webcam'], type='pil'),
73
  outputs=[
 
68
  print("Starting server...")
69
 
70
  gradio_app = gr.Interface(
71
+ theme="Nymbo/Nymbo_Theme",
72
  predict,
73
  inputs=gr.Image(label="Source", sources=['upload', 'webcam'], type='pil'),
74
  outputs=[