mayankchugh-learning
commited on
Commit
•
6a398d1
1
Parent(s):
2d69c26
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ demo = gr.Interface(fn=translate_text,
|
|
33 |
outputs=[gr.Textbox(label="Translated text", lines=4)],
|
34 |
title="@IT AI Enthusiast (https://www.youtube.com/@itaienthusiast/) - Project 4: Multi Language translator",
|
35 |
description="THIS APPLICATION WILL BE USED TO TRANSLATE ANY ENGLISH TO MULTIPLE LANGUAGES",
|
|
|
36 |
concurrency_limit=16)
|
37 |
demo.launch()
|
38 |
|
|
|
33 |
outputs=[gr.Textbox(label="Translated text", lines=4)],
|
34 |
title="@IT AI Enthusiast (https://www.youtube.com/@itaienthusiast/) - Project 4: Multi Language translator",
|
35 |
description="THIS APPLICATION WILL BE USED TO TRANSLATE ANY ENGLISH TO MULTIPLE LANGUAGES",
|
36 |
+
theme=gr.themes.Soft(),
|
37 |
concurrency_limit=16)
|
38 |
demo.launch()
|
39 |
|