ariG23498 commited on
Commit
1046772
1 Parent(s): 51718fb

fix: import error fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from . import utils
2
  import streamlit as st
3
  import tensorflow as tf
4
 
 
1
+ import utils
2
  import streamlit as st
3
  import tensorflow as tf
4