Nymbo commited on
Commit
7571349
1 Parent(s): 17d6f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -89,7 +89,8 @@ article = (
89
  interface = gr.Interface(
90
  fn=recognition,
91
  inputs=inputs,
92
- outputs=output,
 
93
  title=text,
94
  description=description,
95
  article=article,
 
89
  interface = gr.Interface(
90
  fn=recognition,
91
  inputs=inputs,
92
+ outputs=output
93
+ theme="Nymbo/Nymbo_Theme",
94
  title=text,
95
  description=description,
96
  article=article,