Spaces:
Running
Running
Jeysshon
commited on
Commit
·
62e38e8
1
Parent(s):
7678238
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import tensorflow as tf
|
3 |
|
4 |
-
path_to_model = "./skin_model_23_75.18"
|
|
|
5 |
model = tf.keras.models.load_model(path_to_model)
|
6 |
|
7 |
labels = [
|
|
|
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 |
|
8 |
labels = [
|