Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import numpy as np
|
|
6 |
from deep_translator import GoogleTranslator
|
7 |
|
8 |
# Load the pre-trained model from the local path
|
9 |
-
model_path = '
|
10 |
|
11 |
# Check if the model is loading correctly
|
12 |
try:
|
|
|
6 |
from deep_translator import GoogleTranslator
|
7 |
|
8 |
# Load the pre-trained model from the local path
|
9 |
+
model_path = 'pototo.h5'
|
10 |
|
11 |
# Check if the model is loading correctly
|
12 |
try:
|