Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ demo = gr.Interface(
|
|
88 |
["Lila the Ladybug", "a garden full of flowers", "English"],
|
89 |
["ليلى الجنية", "حديقة مليئة بالأزهار", "Arabic"]
|
90 |
],
|
91 |
-
theme
|
92 |
)
|
93 |
|
94 |
# Launch the Gradio app
|
|
|
88 |
["Lila the Ladybug", "a garden full of flowers", "English"],
|
89 |
["ليلى الجنية", "حديقة مليئة بالأزهار", "Arabic"]
|
90 |
],
|
91 |
+
theme="default",
|
92 |
)
|
93 |
|
94 |
# Launch the Gradio app
|