Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ img_width = 224
|
|
25 |
class_names = ['Palm', 'Others']
|
26 |
model = tf.keras.models.load_model('model')
|
27 |
|
28 |
-
state = st.session_state
|
29 |
if not state.widget_key:
|
30 |
state.widget_key = str(randint(1000, 100000000))
|
31 |
|
|
|
25 |
class_names = ['Palm', 'Others']
|
26 |
model = tf.keras.models.load_model('model')
|
27 |
|
28 |
+
state = st.session_state
|
29 |
if not state.widget_key:
|
30 |
state.widget_key = str(randint(1000, 100000000))
|
31 |
|