Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,7 +239,7 @@ css = '''
|
|
| 239 |
'''
|
| 240 |
with gr.Blocks(css=css) as demo:
|
| 241 |
gr.Markdown("# 🎬 LongCat-Video")
|
| 242 |
-
gr.Markdown('''
|
| 243 |
|
| 244 |
with gr.Tabs() as tabs:
|
| 245 |
with gr.TabItem("Image-to-Video", id=1):
|
|
|
|
| 239 |
'''
|
| 240 |
with gr.Blocks(css=css) as demo:
|
| 241 |
gr.Markdown("# 🎬 LongCat-Video")
|
| 242 |
+
gr.Markdown('''13.6B parameter dense video-generation model by Meituan — [[Model](https://huggingface.co/meituan-longcat/LongCat-Video)]''')
|
| 243 |
|
| 244 |
with gr.Tabs() as tabs:
|
| 245 |
with gr.TabItem("Image-to-Video", id=1):
|