multimodalart HF Staff commited on
Commit
40be853
·
verified ·
1 Parent(s): 7ae09f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -134,7 +134,16 @@ css = '''
134
  .fillable{max-width: 900px !important}
135
  '''
136
  with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
137
- gr.Markdown(f"""# 🎬 Lucy Edit - AI Video Editing""")
 
 
 
 
 
 
 
 
 
138
 
139
  with gr.Row():
140
  with gr.Column(scale=1):
 
134
  .fillable{max-width: 900px !important}
135
  '''
136
  with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
137
+ gr.HTML(f"""<p align="center">
138
+ <img src="https://huggingface.co/decart-ai/Lucy-Edit-Dev/resolve/main/assets/logo.png" width="550" alt="Lucy Edit Dev Logo"/>
139
+ </p>
140
+
141
+ <p align="center">
142
+ 🧪 <a href="https://github.com/DecartAI/lucy-edit-comfyui"><b>GitHub</b></a>
143
+ &nbsp;|&nbsp; 📖 <a href="https://platform.decart.ai">Playground</a>
144
+ &nbsp;|&nbsp; 📑 <a href="#">arXiv (Coming soon)</a>
145
+ &nbsp;|&nbsp; 💬 <a href="https://discord.gg/decart">Discord</a>
146
+ </p>""")
147
 
148
  with gr.Row():
149
  with gr.Column(scale=1):