Update roop/ui.py
Browse files- roop/ui.py +3 -3
roop/ui.py
CHANGED
@@ -99,9 +99,9 @@ def run():
|
|
99 |
server_port = None
|
100 |
ssl_verify = False if server_name == '0.0.0.0' else True
|
101 |
with gr.Blocks(title=f'{roop.metadata.name} {roop.metadata.version}', theme=roop.globals.CFG.selected_theme, css=mycss) as ui:
|
102 |
-
with gr.Row(variant='compact'):
|
103 |
-
|
104 |
-
|
105 |
with gr.Tab("🎭 Face Swap"):
|
106 |
with gr.Row(variant='panel'):
|
107 |
with gr.Column(scale=2):
|
|
|
99 |
server_port = None
|
100 |
ssl_verify = False if server_name == '0.0.0.0' else True
|
101 |
with gr.Blocks(title=f'{roop.metadata.name} {roop.metadata.version}', theme=roop.globals.CFG.selected_theme, css=mycss) as ui:
|
102 |
+
# with gr.Row(variant='compact'):
|
103 |
+
# gr.Markdown(f"### [{roop.metadata.name} {roop.metadata.version}](https://github.com/C0untFloyd/roop-unleashed)")
|
104 |
+
# gr.HTML(util.create_version_html(), elem_id="versions")
|
105 |
with gr.Tab("🎭 Face Swap"):
|
106 |
with gr.Row(variant='panel'):
|
107 |
with gr.Column(scale=2):
|