Skip to content

Commit ffd14d2

Browse files
author
Ceyda Cinarel
committed
move demo to assets
1 parent 9bdcd6c commit ffd14d2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Torchserve Dashboard using streamlit
44

55
Related blog [post](https://cceyda.github.io/blog/torchserve/streamlit/dashboard/2020/10/15/torchserve.html)
66

7-
![Demo](dashboard_demo.gif)
7+
![Demo](assets/dashboard_demo.gif)
88

99
# Usage
1010

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author_email="[email protected]",
1515
description="Torchserve dashboard using Streamlit",
1616
long_description=__doc__,
17-
packages=find_packages(exclude=["tests"]),
17+
packages=find_packages(exclude=["tests","assets"]),
1818
include_package_data=True,
1919
zip_safe=False,
2020
platforms="any",

0 commit comments

Comments
 (0)