Spaces:
Runtime error
Runtime error
chore: take the model form keras-io
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# download the model in the global context
|
6 |
-
vis_model = from_pretrained_keras("
|
7 |
|
8 |
def infer(test_image):
|
9 |
# convert the image to a tensorflow tensor and resize the image
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# download the model in the global context
|
6 |
+
vis_model = from_pretrained_keras("keras-io/involution")
|
7 |
|
8 |
def infer(test_image):
|
9 |
# convert the image to a tensorflow tensor and resize the image
|