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