Spaces:
Sleeping
Sleeping
Updated automated deployment for azure
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ custom_theme = gr.themes.Default().set(
|
|
| 43 |
|
| 44 |
# Create the Gradio interface
|
| 45 |
with gr.Blocks() as demo:
|
| 46 |
-
gr.Markdown("# Multilingual Text Translator")
|
| 47 |
|
| 48 |
|
| 49 |
lang_map = {
|
|
|
|
| 43 |
|
| 44 |
# Create the Gradio interface
|
| 45 |
with gr.Blocks() as demo:
|
| 46 |
+
gr.Markdown("# Multilingual Text Translator Automated Deployment")
|
| 47 |
|
| 48 |
|
| 49 |
lang_map = {
|