Spaces:
Runtime error
Runtime error
BounharAbdelaziz
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def respond(english_text):
|
|
11 |
return darija_translated_text
|
12 |
|
13 |
|
14 |
-
app = gr.Interface(fn=respond, inputs="text", outputs="text", title="Terjman-Supreme 👨💻🤯", description="
|
15 |
|
16 |
if __name__ == "__main__":
|
17 |
app.launch()
|
|
|
11 |
return darija_translated_text
|
12 |
|
13 |
|
14 |
+
app = gr.Interface(fn=respond, inputs="text", outputs="text", title="Terjman-Supreme 👨💻🤯", description="Translate English text to Moroccan Darija using our top and biggest model (3.3B) 🤗")
|
15 |
|
16 |
if __name__ == "__main__":
|
17 |
app.launch()
|