Spaces:
Runtime error
Runtime error
hbpkillerX
commited on
Commit
•
1c995d2
1
Parent(s):
6afc598
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import keras
|
|
5 |
from huggingface_hub import from_pretrained_keras
|
6 |
|
7 |
|
8 |
-
model = from_pretrained_keras("
|
9 |
examples = ['examples/179.png', 'examples/493.png', 'examples/780.png']
|
10 |
|
11 |
|
|
|
5 |
from huggingface_hub import from_pretrained_keras
|
6 |
|
7 |
|
8 |
+
model = from_pretrained_keras("hbpkillerX/test_keras", compile=False)
|
9 |
examples = ['examples/179.png', 'examples/493.png', 'examples/780.png']
|
10 |
|
11 |
|