Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
| 📖 <a href="https://platform.decart.ai">Playground</a>
|
| 144 |
+
| 📑 <a href="#">arXiv (Coming soon)</a>
|
| 145 |
+
| 💬 <a href="https://discord.gg/decart">Discord</a>
|
| 146 |
+
</p>""")
|
| 147 |
|
| 148 |
with gr.Row():
|
| 149 |
with gr.Column(scale=1):
|