oumarodd commited on
Commit
9aebc37
·
verified ·
1 Parent(s): 9b0dcd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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