Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ path = ['Coretta_Scott_King','Saddam_Hussein','Augustin_Calleri','Peter_Hunt']
|
|
24 |
select_path = st.selectbox('Which of the three photos would you like to process', options = path)
|
25 |
st.write("You've select", select_path)
|
26 |
|
27 |
-
|
28 |
-
|
29 |
|
30 |
directory = '/content/lfw'
|
31 |
model = resnet50.ResNet50(weights='imagenet', include_top=False, pooling='avg')
|
|
|
24 |
select_path = st.selectbox('Which of the three photos would you like to process', options = path)
|
25 |
st.write("You've select", select_path)
|
26 |
|
27 |
+
!wget http://vis-www.cs.umass.edu/lfw/lfw.tgz
|
28 |
+
!tar -xvf /content/lfw.tgz
|
29 |
|
30 |
directory = '/content/lfw'
|
31 |
model = resnet50.ResNet50(weights='imagenet', include_top=False, pooling='avg')
|