Spaces:
Running
Running
Commit
·
ee47442
1
Parent(s):
aef736d
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import time
|
2 |
import streamlit as st
|
3 |
import numpy as np
|
4 |
-
|
5 |
import urllib.request
|
6 |
from utils import * # Assuming the gen_labels() and preprocess() functions are in this module
|
7 |
|
|
|
1 |
import time
|
2 |
import streamlit as st
|
3 |
import numpy as np
|
4 |
+
import PIL
|
5 |
import urllib.request
|
6 |
from utils import * # Assuming the gen_labels() and preprocess() functions are in this module
|
7 |
|