admin commited on
Commit
a76f3f7
·
1 Parent(s): fabd5cb
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ if __name__ == "__main__":
96
  ],
97
  outputs=gr.Textbox(label="Recognition result", show_copy_button=True),
98
  examples=samples,
 
99
  flagging_mode="never",
100
  cache_examples=False,
101
  ).launch()
 
96
  ],
97
  outputs=gr.Textbox(label="Recognition result", show_copy_button=True),
98
  examples=samples,
99
+ title="Door Number Recognition",
100
  flagging_mode="never",
101
  cache_examples=False,
102
  ).launch()