Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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():
|