Spaces:
Paused
Paused
Revert "added branding"
Browse filesThis reverts commit 05c8de7389c9276ed13c9f7f3910984c321475a0.
webui.py
CHANGED
@@ -21,7 +21,6 @@ import torch
|
|
21 |
from modules.sdxl_styles import legal_style_names
|
22 |
from modules.private_logger import get_current_html_path
|
23 |
from modules.ui_gradio_extensions import reload_javascript
|
24 |
-
from modules.ui_gradio_extensions import zStudiosHeader
|
25 |
from modules.auth import auth_enabled, check_auth
|
26 |
from modules.util import is_json
|
27 |
|
@@ -117,7 +116,7 @@ else:
|
|
117 |
power_device = "CPU"
|
118 |
|
119 |
with shared.gradio_root:
|
120 |
-
gr.
|
121 |
with gr.Tab("DALL-E"):
|
122 |
with gr.Row(variant="panel"):
|
123 |
model = gr.Dropdown(choices=["dall-e-2", "dall-e-3"], label="Model", value="dall-e-3")
|
|
|
21 |
from modules.sdxl_styles import legal_style_names
|
22 |
from modules.private_logger import get_current_html_path
|
23 |
from modules.ui_gradio_extensions import reload_javascript
|
|
|
24 |
from modules.auth import auth_enabled, check_auth
|
25 |
from modules.util import is_json
|
26 |
|
|
|
116 |
power_device = "CPU"
|
117 |
|
118 |
with shared.gradio_root:
|
119 |
+
gr.Markdown(f"""# <center>zStudios Generative Media AI running on {power_device}</center>""")
|
120 |
with gr.Tab("DALL-E"):
|
121 |
with gr.Row(variant="panel"):
|
122 |
model = gr.Dropdown(choices=["dall-e-2", "dall-e-3"], label="Model", value="dall-e-3")
|