multimodalart HF Staff commited on
Commit
b37f148
·
verified ·
1 Parent(s): 7b893b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('''28B parameter 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):
 
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):