Spaces:
Runtime error
Runtime error
Commit
·
7a425a2
1
Parent(s):
ce152f4
Update app.py
Browse files
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."
|