felixrosberg
commited on
Commit
β’
ce6e6d2
1
Parent(s):
42171ab
Update app.py
Browse files
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()
|