sourabsb commited on
Commit
e1042dc
·
verified ·
1 Parent(s): 41c04e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def hybrid_translate(english_query):
53
  return translation
54
 
55
  with gr.Blocks(theme=gr.themes.Soft(), title="Kumaoni Translator") as demo:
56
- gr.Markdown("# Kumaoni AI Translator")
57
  gr.Markdown("A hybrid AI model for English to Kumaoni Roman translation, built by Sourab.")
58
 
59
  with gr.Row():
 
53
  return translation
54
 
55
  with gr.Blocks(theme=gr.themes.Soft(), title="Kumaoni Translator") as demo:
56
+ gr.Markdown("# English to Kumaoni Translator")
57
  gr.Markdown("A hybrid AI model for English to Kumaoni Roman translation, built by Sourab.")
58
 
59
  with gr.Row():