Update gradio-theme-ui.py
Browse files- gradio-theme-ui.py +1 -1
gradio-theme-ui.py
CHANGED
@@ -1497,7 +1497,7 @@ def create_ui():
|
|
1497 |
|
1498 |
|
1499 |
|
1500 |
-
with gr.Blocks(theme='
|
1501 |
settings.add_quicksettings()
|
1502 |
|
1503 |
parameters_copypaste.connect_paste_params_buttons()
|
|
|
1497 |
|
1498 |
|
1499 |
|
1500 |
+
with gr.Blocks(theme='gradio/base', analytics_enabled=False, title="Stable Diffusion") as demo:
|
1501 |
settings.add_quicksettings()
|
1502 |
|
1503 |
parameters_copypaste.connect_paste_params_buttons()
|