Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ footer{display:none !important}
|
|
155 |
# Build the Gradio UI with Blocks
|
156 |
with gr.Blocks(theme=theme, css=css) as app:
|
157 |
# Add a title to the app
|
158 |
-
gr.HTML("<center><h1>π¨ Stable Diffusion 3.5 Large
|
159 |
with gr.Tabs() as tabs:
|
160 |
with gr.TabItem(label="Image To Prompt", visible=True, id=1):
|
161 |
with gr.Row():
|
|
|
155 |
# Build the Gradio UI with Blocks
|
156 |
with gr.Blocks(theme=theme, css=css) as app:
|
157 |
# Add a title to the app
|
158 |
+
gr.HTML("<center><h1>π¨ Stable Diffusion 3.5 Large Turbo + π¬π§</h1></center>")
|
159 |
with gr.Tabs() as tabs:
|
160 |
with gr.TabItem(label="Image To Prompt", visible=True, id=1):
|
161 |
with gr.Row():
|