Spaces:
Runtime error
Runtime error
BounharAbdelaziz
commited on
Commit
β’
d33d29c
1
Parent(s):
7c88e46
Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,8 @@ def respond(english_text):
|
|
9 |
)
|
10 |
return darija_translated_text
|
11 |
|
|
|
|
|
|
|
12 |
if __name__ == "__main__":
|
13 |
-
|
|
|
9 |
)
|
10 |
return darija_translated_text
|
11 |
|
12 |
+
|
13 |
+
app = gr.Interface(fn=respond, inputs="text", outputs="text", title="Terjman-Ultra π¨βπ»", description="Translate English text to Moroccan Darija π€")
|
14 |
+
|
15 |
if __name__ == "__main__":
|
16 |
+
app.launch()
|