Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,7 @@ def transliterate(input_text):
|
|
8 |
# Make predictions using the model directly
|
9 |
predictions = model.predict(input_text)
|
10 |
|
11 |
-
|
12 |
-
output_text = post_process_predictions(predictions)
|
13 |
-
|
14 |
-
return output_text
|
15 |
|
16 |
# Define Gradio interface
|
17 |
inputs = gr.inputs.Textbox(label="Enter Malayalam Text")
|
|
|
8 |
# Make predictions using the model directly
|
9 |
predictions = model.predict(input_text)
|
10 |
|
11 |
+
return predictions
|
|
|
|
|
|
|
12 |
|
13 |
# Define Gradio interface
|
14 |
inputs = gr.inputs.Textbox(label="Enter Malayalam Text")
|