Spaces:
Runtime error
Runtime error
Oğuzcan Turan commited on
Commit ·
b2dd980
1
Parent(s): 1175f97
reqs updated
Browse files- app.py +2 -4
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -43,10 +43,8 @@ def main():
|
|
| 43 |
st.sidebar.caption(f"[Website](https://canturan10.github.io/light_side/)")
|
| 44 |
st.sidebar.caption(f"[Docs](https://light-side.readthedocs.io/)")
|
| 45 |
st.sidebar.caption(f"[Github](https://github.com/canturan10/light_side)")
|
| 46 |
-
|
| 47 |
-
st.sidebar.caption(
|
| 48 |
-
f"[Hugging Face](https://huggingface.co/spaces/canturan10/light_side)"
|
| 49 |
-
)
|
| 50 |
st.sidebar.caption(f"[Pypi](https://pypi.org/project/light-side/)")
|
| 51 |
st.sidebar.caption("")
|
| 52 |
st.sidebar.caption(ls.__copyright__)
|
|
|
|
| 43 |
st.sidebar.caption(f"[Website](https://canturan10.github.io/light_side/)")
|
| 44 |
st.sidebar.caption(f"[Docs](https://light-side.readthedocs.io/)")
|
| 45 |
st.sidebar.caption(f"[Github](https://github.com/canturan10/light_side)")
|
| 46 |
+
st.sidebar.caption(f"[Demo Page](https://canturan10-light-side-streamlit-app-guxrpf.streamlitapp.com/)")
|
| 47 |
+
# st.sidebar.caption(f"[Hugging Face](https://huggingface.co/spaces/canturan10/light_side)")
|
|
|
|
|
|
|
| 48 |
st.sidebar.caption(f"[Pypi](https://pypi.org/project/light-side/)")
|
| 49 |
st.sidebar.caption("")
|
| 50 |
st.sidebar.caption(ls.__copyright__)
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
av~=9.2.0
|
| 2 |
-
light_side
|
| 3 |
streamlit-image-comparison~=0.0.2
|
| 4 |
streamlit-webrtc~=0.42.0
|
| 5 |
streamlit~=1.8.1
|
|
|
|
| 1 |
av~=9.2.0
|
| 2 |
+
light_side~=0.0.7
|
| 3 |
streamlit-image-comparison~=0.0.2
|
| 4 |
streamlit-webrtc~=0.42.0
|
| 5 |
streamlit~=1.8.1
|