Spaces:
Runtime error
Runtime error
Commit ·
59e917c
1
Parent(s): de0484f
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,26 +3,7 @@ import streamlit as st
|
|
| 3 |
|
| 4 |
import os
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
def starter():
|
| 13 |
-
choice = st.selectbox("Select Option",[
|
| 14 |
-
"Face Detection",
|
| 15 |
-
"Face Detection 2",
|
| 16 |
-
"Face Verification"
|
| 17 |
-
])
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
if __name__ == "__main__":
|
| 21 |
-
|
| 22 |
-
#os.system("pip install git+https://github.com/rcmalli/keras-vggface.git")
|
| 23 |
-
st.title("Test of Person detection")
|
| 24 |
-
|
| 25 |
-
st.text("")
|
| 26 |
-
|
| 27 |
-
st.text("")
|
| 28 |
|
|
|
|
| 3 |
|
| 4 |
import os
|
| 5 |
|
| 6 |
+
st.title("Test of Person detection")
|
| 7 |
+
st.text("")
|
| 8 |
+
st.text("")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|