Spaces:
Running
Running
Muhammad Abdiel Al Hafiz
commited on
Commit
ยท
639cd54
1
Parent(s):
5fa0dac
change directory model
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
|
6 |
-
model_path = '
|
7 |
model = tf.saved_model.load(model_path)
|
8 |
|
9 |
labels = ['butterfly', 'cats', 'cow', 'dogs', 'elephant',
|
|
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
|
6 |
+
model_path = 'model'
|
7 |
model = tf.saved_model.load(model_path)
|
8 |
|
9 |
labels = ['butterfly', 'cats', 'cow', 'dogs', 'elephant',
|