Spaces:
Runtime error
Runtime error
cybernatedArt
commited on
Commit
•
bce8e95
1
Parent(s):
26748a5
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import tensorflow as tf
|
3 |
|
4 |
-
path_to_model = "./
|
5 |
|
6 |
model = tf.keras.models.load_model(path_to_model)
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
import tensorflow as tf
|
3 |
|
4 |
+
path_to_model = "./skin_model_23_75.18.h5"
|
5 |
|
6 |
model = tf.keras.models.load_model(path_to_model)
|
7 |
|