Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,10 +109,9 @@ footer {
|
|
109 |
}
|
110 |
"""
|
111 |
|
112 |
-
with gr.Blocks(theme="
|
113 |
gr.HTML('<div class="title"> Flux lora RollsRoyce</div>')
|
114 |
-
gr.HTML('<div class="title">😄
|
115 |
-
|
116 |
with gr.Tabs() as tabs:
|
117 |
with gr.Tab("Generation"):
|
118 |
with gr.Column(elem_id="col-container"):
|
|
|
109 |
}
|
110 |
"""
|
111 |
|
112 |
+
with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
|
113 |
gr.HTML('<div class="title"> Flux lora RollsRoyce</div>')
|
114 |
+
gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
|
|
|
115 |
with gr.Tabs() as tabs:
|
116 |
with gr.Tab("Generation"):
|
117 |
with gr.Column(elem_id="col-container"):
|