Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,5 +15,5 @@ interface = gr.Interface(fn=translate,
|
|
| 15 |
title = "Translator",
|
| 16 |
description="Arabic-English translation machine")
|
| 17 |
|
| 18 |
-
interface.launch(
|
| 19 |
|
|
|
|
| 15 |
title = "Translator",
|
| 16 |
description="Arabic-English translation machine")
|
| 17 |
|
| 18 |
+
interface.launch()
|
| 19 |
|