Spaces:
Running
Running
admin
commited on
Commit
·
a76f3f7
1
Parent(s):
fabd5cb
add title
Browse files
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()
|