Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from tensorflow.keras.models import load_model
|
|
8 |
import gradio as gr
|
9 |
import os
|
10 |
|
11 |
-
REPO_ID = "amosfang/segmentation_u_net"
|
12 |
|
13 |
def pil_image_as_numpy_array(pilimg):
|
14 |
img_array = tf.keras.utils.img_to_array(pilimg)
|
|
|
8 |
import gradio as gr
|
9 |
import os
|
10 |
|
11 |
+
REPO_ID = "amosfang/segmentation_u_net/"
|
12 |
|
13 |
def pil_image_as_numpy_array(pilimg):
|
14 |
img_array = tf.keras.utils.img_to_array(pilimg)
|