Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,12 +35,6 @@ def clear():
|
|
35 |
|
36 |
with gr.Blocks() as demo:
|
37 |
gr.Markdown("# Naruto Hand Seal Detection with YOLOv8")
|
38 |
-
gr.Markdown(
|
39 |
-
"""
|
40 |
-
<img src"https://huggingface.co/spaces/eeshawn11/naruto_hand_seals/blob/main/assets/Naruto_Hand_Seals_by_Megan.gif" />
|
41 |
-
<img width="500px" src"https://user-images.githubusercontent.com/34196005/215836968-fb54e066-a524-4caf-b469-92bbaa96f921.gif" />
|
42 |
-
"""
|
43 |
-
)
|
44 |
with gr.Accordion("README", open=False):
|
45 |
gr.Markdown(
|
46 |
"""
|
|
|
35 |
|
36 |
with gr.Blocks() as demo:
|
37 |
gr.Markdown("# Naruto Hand Seal Detection with YOLOv8")
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
with gr.Accordion("README", open=False):
|
39 |
gr.Markdown(
|
40 |
"""
|