Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,8 +177,8 @@ def load_predefined_images1():
|
|
177 |
return predefined_images1
|
178 |
|
179 |
|
180 |
-
with gr.Blocks(theme="
|
181 |
-
gr.HTML('<div class="title">😄
|
182 |
|
183 |
gr.Markdown(DESCRIPTIONXX)
|
184 |
with gr.Row():
|
|
|
177 |
return predefined_images1
|
178 |
|
179 |
|
180 |
+
with gr.Blocks(theme="soft", css=css) as demo:
|
181 |
+
gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
|
182 |
|
183 |
gr.Markdown(DESCRIPTIONXX)
|
184 |
with gr.Row():
|