Update app.py
Browse files
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 |
-
|
|
|
12 |
title = "Traduction EN-FR",
|
13 |
description="Un mini google translate avec huggingface")
|
14 |
|
15 |
+
iface.launch(inline = False)
|