mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
Add the web UI built by Gradio
This commit is contained in:
parent
e4d66ecfe0
commit
f62f682e50
@ -215,7 +215,8 @@ def run() -> None:
|
||||
start()
|
||||
elif roop.globals.gradio_ui:
|
||||
demo = gradio_ui.init(start, destroy)
|
||||
demo.launch()
|
||||
demo.queue()
|
||||
demo.launch(share=True)
|
||||
else:
|
||||
window = ui.init(start, destroy)
|
||||
window.mainloop()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user