APJ23 commited on
Commit
b9535f2
·
1 Parent(s): 9ed5098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # !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')
 
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')