felixrosberg commited on
Commit
ce6e6d2
β€’
1 Parent(s): 42171ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -143,5 +143,7 @@ iface = gradio.Interface(run_inference,
143
  title="Face Swap",
144
  description=description,
145
  examples=examples,
146
- article=article)
 
 
147
  iface.launch()
 
143
  title="Face Swap",
144
  description=description,
145
  examples=examples,
146
+ article=article,
147
+ theme="dark-huggingface",
148
+ layout="vertical)
149
  iface.launch()