Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,5 +26,5 @@ demo = gr.Interface(
|
|
| 26 |
gr.Dropdown(choices = languages, label = 'Target Tanguage')],
|
| 27 |
outputs=gr.Textbox(label="Texte traduit"),
|
| 28 |
title="Traduction dans plusieurs langues",
|
| 29 |
-
theme='shivi/calm_seafoam'
|
| 30 |
|
|
|
|
| 26 |
gr.Dropdown(choices = languages, label = 'Target Tanguage')],
|
| 27 |
outputs=gr.Textbox(label="Texte traduit"),
|
| 28 |
title="Traduction dans plusieurs langues",
|
| 29 |
+
theme='shivi/calm_seafoam')
|
| 30 |
|