Spaces:
Running
Running
Franny Dean
commited on
Commit
•
1a298bf
1
Parent(s):
7f3e275
ends
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -1
- app.py +2 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -781,7 +781,8 @@ def generate_example():
|
|
781 |
<source src='prediction.mp4' type='video/mp4'/>
|
782 |
Your browser does not support the video tag.
|
783 |
</video>
|
784 |
-
|
|
|
785 |
# """
|
786 |
#"prediction.mp4"
|
787 |
#<video height='500' width='500' autoplay loop muted>
|
|
|
781 |
<source src='prediction.mp4' type='video/mp4'/>
|
782 |
Your browser does not support the video tag.
|
783 |
</video>
|
784 |
+
</body>
|
785 |
+
</html>
|
786 |
# """
|
787 |
#"prediction.mp4"
|
788 |
#<video height='500' width='500' autoplay loop muted>
|
app.py
CHANGED
@@ -781,7 +781,8 @@ def generate_example():
|
|
781 |
<source src='prediction.mp4' type='video/mp4'/>
|
782 |
Your browser does not support the video tag.
|
783 |
</video>
|
784 |
-
|
|
|
785 |
# """
|
786 |
#"prediction.mp4"
|
787 |
#<video height='500' width='500' autoplay loop muted>
|
|
|
781 |
<source src='prediction.mp4' type='video/mp4'/>
|
782 |
Your browser does not support the video tag.
|
783 |
</video>
|
784 |
+
</body>
|
785 |
+
</html>
|
786 |
# """
|
787 |
#"prediction.mp4"
|
788 |
#<video height='500' width='500' autoplay loop muted>
|