aiqcamp commited on
Commit
8bad790
·
verified ·
1 Parent(s): 82a93d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -457,10 +457,10 @@ footer {
457
  .gradio-container {max-width: 1200px !important}
458
  """
459
 
460
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
461
- gr.HTML('<div class="title">🎥 Dokdo.1✨ "Prompt guide for automated video and sound synthesis from images" </div>')
462
- gr.HTML('<div class="title">😄 Explore: https://huggingface.co/spaces/ginigen/theater </div>')
463
 
 
 
 
464
 
465
  with gr.Row():
466
  with gr.Column(scale=3):
 
457
  .gradio-container {max-width: 1200px !important}
458
  """
459
 
 
 
 
460
 
461
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
462
+ gr.HTML('<div class="title">🎥 Dokdo Multimodal✨ "Prompt guide for automated video and sound synthesis from images" </div>')
463
+ gr.HTML('<div class="title">😄 Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
464
 
465
  with gr.Row():
466
  with gr.Column(scale=3):