Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ from huggingface_hub import from_pretrained_keras
|
|
5 |
x = st.slider('Select a value')
|
6 |
st.write(x, 'squared is', x * x)
|
7 |
|
8 |
-
#loaded_model = keras.saving.load_model("
|
9 |
|
10 |
-
model = from_pretrained_keras("
|
11 |
#prediction = model.predict(image)
|
12 |
#prediction = tf.squeeze(tf.round(prediction))
|
13 |
#print(f'The image is a {classes[(np.argmax(prediction))]}!')
|
|
|
5 |
x = st.slider('Select a value')
|
6 |
st.write(x, 'squared is', x * x)
|
7 |
|
8 |
+
#loaded_model = keras.saving.load_model("jableable/road_model")
|
9 |
|
10 |
+
model = from_pretrained_keras("jableable/road_model")
|
11 |
#prediction = model.predict(image)
|
12 |
#prediction = tf.squeeze(tf.round(prediction))
|
13 |
#print(f'The image is a {classes[(np.argmax(prediction))]}!')
|