Update gradio-theme-ui.py
Browse files- gradio-theme-ui.py +19 -0
gradio-theme-ui.py
CHANGED
@@ -1478,6 +1478,25 @@ def create_ui():
|
|
1478 |
for _interface, label, _ifid in interfaces:
|
1479 |
shared.tab_names.append(label)
|
1480 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1481 |
with gr.Blocks(theme='Tshackelton/IBMPlex-DenseReadable', analytics_enabled=False, title="Stable Diffusion") as demo:
|
1482 |
settings.add_quicksettings()
|
1483 |
|
|
|
1478 |
for _interface, label, _ifid in interfaces:
|
1479 |
shared.tab_names.append(label)
|
1480 |
|
1481 |
+
|
1482 |
+
|
1483 |
+
|
1484 |
+
|
1485 |
+
|
1486 |
+
|
1487 |
+
|
1488 |
+
|
1489 |
+
|
1490 |
+
|
1491 |
+
|
1492 |
+
|
1493 |
+
|
1494 |
+
|
1495 |
+
|
1496 |
+
|
1497 |
+
|
1498 |
+
|
1499 |
+
|
1500 |
with gr.Blocks(theme='Tshackelton/IBMPlex-DenseReadable', analytics_enabled=False, title="Stable Diffusion") as demo:
|
1501 |
settings.add_quicksettings()
|
1502 |
|