vonewman commited on
Commit
1033da7
1 Parent(s): 01a6864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ iface = gr.Interface(fn = translate_sentence, inputs = 'text', outputs = 'text',
12
  title = "Traduction EN-FR",
13
  description="Un mini google translate avec huggingface")
14
 
15
- iface.launch(inline = False)
 
12
  title = "Traduction EN-FR",
13
  description="Un mini google translate avec huggingface")
14
 
15
+ iface.launch(inline = False)