atalaydenknalbant commited on
Commit
b4b957f
·
verified ·
1 Parent(s): 8849303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -132,6 +132,12 @@ def app():
132
 
133
  gradio_app = gr.Blocks()
134
  with gradio_app:
 
 
 
 
 
 
135
  with gr.Row():
136
  with gr.Column():
137
  app()
 
132
 
133
  gradio_app = gr.Blocks()
134
  with gradio_app:
135
+ gr.HTML(
136
+ """
137
+ <h1 style='text-align: center'>
138
+ YOLO Powered ASL(American Sign Language) Letter Detector PSA: It can't detect J or Z
139
+ </h1>
140
+ """)
141
  with gr.Row():
142
  with gr.Column():
143
  app()