Spaces:
Sleeping
Sleeping
Update webcam_gradio_demo.py
Browse files- webcam_gradio_demo.py +6 -1
webcam_gradio_demo.py
CHANGED
@@ -52,7 +52,12 @@ def answer_question(img, prompt):
|
|
52 |
|
53 |
|
54 |
with gr.Blocks() as demo:
|
55 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
gr.HTML(
|
58 |
"""
|
|
|
52 |
|
53 |
|
54 |
with gr.Blocks() as demo:
|
55 |
+
gr.Markdown(
|
56 |
+
"""
|
57 |
+
# See For Me : Real-time Video Assistance for the Visually Impaired using DL
|
58 |
+
The "See For Me" web application is designed to support visually challenged individuals by enhancing their ability to navigate and interact with their environment. Leveraging advancements in machine learning (ML) and deep learning (DL), the project aims to provide real-time visual assistance, enabling users to access and understand textual information in their surroundings.
|
59 |
+
"""
|
60 |
+
)
|
61 |
|
62 |
gr.HTML(
|
63 |
"""
|