Spaces:
Runtime error
Runtime error
Lucas Hansen
commited on
Commit
•
9309ab1
1
Parent(s):
02c4dcb
Update facefusion/uis/layouts/default.py
Browse files
facefusion/uis/layouts/default.py
CHANGED
@@ -74,4 +74,4 @@ def listen() -> None:
|
|
74 |
|
75 |
|
76 |
def run(ui : gradio.Blocks) -> None:
|
77 |
-
ui.launch(show_api =
|
|
|
74 |
|
75 |
|
76 |
def run(ui : gradio.Blocks) -> None:
|
77 |
+
ui.launch(show_api = True)
|