corvo7 commited on
Commit
142ec37
·
verified ·
1 Parent(s): 359f924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
  import numpy
4
  import torch
5
- import PIL
6
 
7
  st.write("welcome to age detection app")
8
 
 
2
  from transformers import pipeline
3
  import numpy
4
  import torch
5
+
6
 
7
  st.write("welcome to age detection app")
8