abhisheky127 commited on
Commit
5f436ab
1 Parent(s): 732301c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ ar_en_interface = gr.Interface(
37
  inputs=gr.inputs.Textbox(),
38
  outputs=gr.outputs.Textbox(),
39
  title="Quara: Arabic to English Translation",
40
- description="Translate Arabic text to English, made by @abhisheky127""
41
  )
42
 
43
  # # Combine the interfaces in a single app
 
37
  inputs=gr.inputs.Textbox(),
38
  outputs=gr.outputs.Textbox(),
39
  title="Quara: Arabic to English Translation",
40
+ description="Translate Arabic text to English, made by @abhisheky127"
41
  )
42
 
43
  # # Combine the interfaces in a single app