lgrobol commited on
Commit
e15b9d3
1 Parent(s): 62af17f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(text):
9
 
10
  gr.Interface(
11
  predict,
12
- inputs=gradio.Textbox(placeholder="Entrez un texte en Breton"),
13
- outputs=gradio.Textbox(),
14
  title="Traduction Breton-Français",
15
  ).launch()
 
9
 
10
  gr.Interface(
11
  predict,
12
+ inputs=gr.Textbox(placeholder="Entrez un texte en Breton"),
13
+ outputs=gr.Textbox(),
14
  title="Traduction Breton-Français",
15
  ).launch()