Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def load_predefined_images1():
|
|
177 |
return predefined_images1
|
178 |
|
179 |
|
180 |
-
with gr.Blocks(theme="
|
181 |
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>')
|
182 |
|
183 |
gr.Markdown(DESCRIPTIONXX)
|
|
|
177 |
return predefined_images1
|
178 |
|
179 |
|
180 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
181 |
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>')
|
182 |
|
183 |
gr.Markdown(DESCRIPTIONXX)
|