abhisheky127 commited on
Commit
7a425a2
·
1 Parent(s): ce152f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ ar_en_interface = gr.Interface(
42
 
43
  # Combine the interfaces in a single app
44
  app = gr.Interface(
45
- [en_ar_interface, ar_en_interface],
46
  layout="horizontal",
47
  title="Translation App",
48
  description="Translate text between English and Arabic."
 
42
 
43
  # Combine the interfaces in a single app
44
  app = gr.Interface(
45
+ fn=[en_ar_interface, ar_en_interface],
46
  layout="horizontal",
47
  title="Translation App",
48
  description="Translate text between English and Arabic."