project21 commited on
Commit
b51d2df
·
verified ·
1 Parent(s): 3d328cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'potato.h5'
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: