Bajiyo commited on
Commit
b7822fb
·
verified ·
1 Parent(s): c261097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import from_pretrained_keras
2
  import gradio as gr
3
 
4
  # Load the model from Hugging Face
5
- model = from_pretrained_keras("Bajiyo/mal_en_transliteration")
6
 
7
  def transliterate(input_text):
8
  # Make predictions using the model directly
 
2
  import gradio as gr
3
 
4
  # Load the model from Hugging Face
5
+ model = from_pretrained_keras("Bajiyo/Malayalam_transliteration")
6
 
7
  def transliterate(input_text):
8
  # Make predictions using the model directly