Bajiyo commited on
Commit
953b6d3
·
verified ·
1 Parent(s): 16f4c09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- # Post-process the predictions if needed
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")