abhisheky127 commited on
Commit
58ba9df
·
1 Parent(s): f885ab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,8 +44,7 @@ ar_en_interface = gr.Interface(
44
  )
45
 
46
  # Combine the interfaces in a single app
47
- app = gr.Interface(title=title,
48
- description=description,
49
  [en_ar_interface, ar_en_interface],
50
  layout="horizontal",
51
  title="Translation App",
 
44
  )
45
 
46
  # Combine the interfaces in a single app
47
+ app = gr.Interface(
 
48
  [en_ar_interface, ar_en_interface],
49
  layout="horizontal",
50
  title="Translation App",