TanRJ commited on
Commit
6d1af41
·
verified ·
1 Parent(s): c3356fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from PIL import Image
3
 
 
4
  from models import (
5
  load_models,
6
  analyse_image,
 
1
  import streamlit as st
2
  from PIL import Image
3
 
4
+
5
  from models import (
6
  load_models,
7
  analyse_image,