AhmedAdamu commited on
Commit
158ac93
·
verified ·
1 Parent(s): a3fcb74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -180,7 +180,11 @@ system = FaceSystem()
180
  # ==========================================
181
  # GRADIO INTERFACE
182
  # ==========================================
183
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald", secondary_hue="zinc")) as demo:
 
 
 
 
184
 
185
  gr.Markdown(
186
  """
 
180
  # ==========================================
181
  # GRADIO INTERFACE
182
  # ==========================================
183
+ # ==========================================
184
+ # GRADIO INTERFACE
185
+ # ==========================================
186
+ # We removed the 'theme=' argument to prevent version errors
187
+ with gr.Blocks() as demo:
188
 
189
  gr.Markdown(
190
  """