Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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
|