BounharAbdelaziz commited on
Commit
d5d3107
·
verified ·
1 Parent(s): 4d7bb6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-Ultra 👨‍💻🤩", description=" Translate English text to Moroccan Darija using our second biggest model (1.3B) 🤗")
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-Ultra 👨‍💻🤩", description="Translate English text to Moroccan Darija using our second biggest model (1.3B) 🤗")
15
 
16
  if __name__ == "__main__":
17
  app.launch()