thongnguyen5999 commited on
Commit
47c1c5b
1 Parent(s): 85bf6ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ iface = gr.Interface(
86
  inputs=gr.File(file_types=["video"]),
87
  outputs="text",
88
  title="MAMA Video-Text Generation Pipeline",
89
- description="Upload a video and get the description. Due to high financial cost, we can only use TinyLLaVA on CPUs. Please only try videos which are less than 1MB. Thank you so much and Welcome to MAMA!"
90
  )
91
 
92
  iface.launch(share=True)
 
86
  inputs=gr.File(file_types=["video"]),
87
  outputs="text",
88
  title="MAMA Video-Text Generation Pipeline",
89
+ description="Upload a video and get the description. Due to limited budget, we can only use TinyLLaVA on CPUs. Please only try videos which are less than 1MB. Thank you so much and Welcome to MAMA!"
90
  )
91
 
92
  iface.launch(share=True)