BounharAbdelaziz commited on
Commit
7e8f23b
·
verified ·
1 Parent(s): 30a0739

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-Supreme 👨‍💻🤯", description=" Translate English text to Moroccan Darija using our top and biggest model (3.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-Supreme 👨‍💻🤯", description="Translate English text to Moroccan Darija using our top and biggest model (3.3B) 🤗")
15
 
16
  if __name__ == "__main__":
17
  app.launch()