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

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()