DemahAlmutairi commited on
Commit
c06feb4
·
verified ·
1 Parent(s): fecb651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = de,fault,
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