Spaces:
Runtime error
Runtime error
Commit
·
7ae7d5e
1
Parent(s):
a0f7663
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import tensorflow as tf
|
2 |
import numpy as np
|
3 |
-
from urllib.request import urlretrieve
|
4 |
import gradio as gr
|
5 |
|
6 |
model = tf.keras.models.load_model("mnist-model.h5")
|
|
|
1 |
import tensorflow as tf
|
2 |
import numpy as np
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
model = tf.keras.models.load_model("mnist-model.h5")
|