ArissBandoss commited on
Commit
5d2bdb9
·
verified ·
1 Parent(s): b6f763d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -58,7 +58,7 @@ DESCRIPTION_STT = """<div style="display: flex; justify-content: space-between;
58
  demo = gr.Blocks(theme=gr.themes.Soft())
59
 
60
  goai_traduction_if = gr.Interface(
61
- fn=goai_traduction.real_time_traduction,
62
  inputs=[
63
  gr.Textbox(label="Texte à traduire", placeholder="La, pagã sɩd talla raadã n tɩ lebs kãangã pʋgẽ, n na n paam a menga. Rẽ wã yĩnga, sẽn kisa, sɩd kisame. Sẽn ka maande, sɩd ka maand ye."),
64
  gr.Dropdown(label="Langue source", choices=["fra_Latn", "mos_Latn"], value='fra_Latn'),
@@ -71,7 +71,6 @@ goai_traduction_if = gr.Interface(
71
  ["Comme lors du match face à la Côte d’Ivoire, c’est sur un coup de pied arrêté que les Etalons encaissent leur but.", "fra_Latn", "mos_Latn"],
72
  ],
73
  cache_examples=False,
74
- live=True,
75
  title="Traduction Mooré-Francais, Francais-Mooré",
76
  description=DESCRIPTION_TTT
77
  )
 
58
  demo = gr.Blocks(theme=gr.themes.Soft())
59
 
60
  goai_traduction_if = gr.Interface(
61
+ fn=goai_traduction.go_ai_traduction,
62
  inputs=[
63
  gr.Textbox(label="Texte à traduire", placeholder="La, pagã sɩd talla raadã n tɩ lebs kãangã pʋgẽ, n na n paam a menga. Rẽ wã yĩnga, sẽn kisa, sɩd kisame. Sẽn ka maande, sɩd ka maand ye."),
64
  gr.Dropdown(label="Langue source", choices=["fra_Latn", "mos_Latn"], value='fra_Latn'),
 
71
  ["Comme lors du match face à la Côte d’Ivoire, c’est sur un coup de pied arrêté que les Etalons encaissent leur but.", "fra_Latn", "mos_Latn"],
72
  ],
73
  cache_examples=False,
 
74
  title="Traduction Mooré-Francais, Francais-Mooré",
75
  description=DESCRIPTION_TTT
76
  )