Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,9 +109,8 @@ footer {
|
|
109 |
}
|
110 |
"""
|
111 |
|
112 |
-
with gr.Blocks(theme="
|
113 |
gr.HTML('<div class="title"> FLUX LoRA Military K9</div>')
|
114 |
-
gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
|
115 |
|
116 |
with gr.Tabs() as tabs:
|
117 |
with gr.Tab("Generation"):
|
|
|
109 |
}
|
110 |
"""
|
111 |
|
112 |
+
with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
|
113 |
gr.HTML('<div class="title"> FLUX LoRA Military K9</div>')
|
|
|
114 |
|
115 |
with gr.Tabs() as tabs:
|
116 |
with gr.Tab("Generation"):
|