basilkr commited on
Commit
edfc751
1 Parent(s): 613cb95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from tensorflow.keras.preprocessing.text import Tokenizer
12
  import gradio as gr
13
 
14
  # Define the path to the model file in the /mnt/data/ directory
15
- model_path = '/mnt/data/models/Bajiyo/Named_entity_transliteration_malayalam/best_model.h5'
16
 
17
  # Load your custom Keras model
18
  model = load_model(model_path)
 
12
  import gradio as gr
13
 
14
  # Define the path to the model file in the /mnt/data/ directory
15
+ model_path = 'Bajiyo/Named_entity_transliteration_malayalam/best_model.h5'
16
 
17
  # Load your custom Keras model
18
  model = load_model(model_path)