Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.write(x, 'squared is', x * x)
|
|
7 |
|
8 |
#loaded_model = keras.saving.load_model("jableable/road_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))]}!')
|
|
|
7 |
|
8 |
#loaded_model = keras.saving.load_model("jableable/road_model")
|
9 |
|
10 |
+
model = from_pretrained_keras("keras-io/ocr-for-captcha")
|
11 |
#prediction = model.predict(image)
|
12 |
#prediction = tf.squeeze(tf.round(prediction))
|
13 |
#print(f'The image is a {classes[(np.argmax(prediction))]}!')
|