ayaanzaveri commited on
Commit
7ae7d5e
·
1 Parent(s): a0f7663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")