seawolf2357 commited on
Commit
269073b
·
verified ·
1 Parent(s): 1183288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,8 +177,8 @@ def load_predefined_images1():
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)
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():