victorisgeek commited on
Commit
f50a729
·
verified ·
1 Parent(s): e1554d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,11 +56,11 @@ destination = []
56
  thresholds = []
57
  num_faces = 5
58
 
59
- from gradio.themes.utils.theme_dropdown import create_theme_dropdown
60
 
61
  dropdown, js = create_theme_dropdown()
62
 
63
- with gr.Blocks(theme='victorisgeek/gray') as demo:
64
  with gr.Row(equal_height=True):
65
  with gr.Column(scale=10):
66
  gr.Markdown("# Refacer")
 
56
  thresholds = []
57
  num_faces = 5
58
 
59
+ from gradio.themes.utils.theme_dropdown import create_theme_dropdown # noqa: F401
60
 
61
  dropdown, js = create_theme_dropdown()
62
 
63
+ with gr.Blocks(theme='finlaymacklon/boxy_violet') as demo:
64
  with gr.Row(equal_height=True):
65
  with gr.Column(scale=10):
66
  gr.Markdown("# Refacer")