Nymbo commited on
Commit
2a1faee
1 Parent(s): 7571349

Update app.py

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