gokaygokay commited on
Commit
7dd6d04
·
verified ·
1 Parent(s): a71cb89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ from llm_inference_video import VideoLLMInferenceNode
3
  import random
4
 
5
  title = """<h1 align="center">AI Video Prompt Generator</h1>
6
- <p align="center">Generate creative video prompts with technical specifications</p>"""
 
7
 
8
  def create_video_interface():
9
  llm_node = VideoLLMInferenceNode()
 
3
  import random
4
 
5
  title = """<h1 align="center">AI Video Prompt Generator</h1>
6
+ <p align="center">Generate creative video prompts with technical specifications</p>
7
+ <p align="center">You can use prompts with Kling, MiniMax, Hunyuan, Haiper, CogVideoX, Luma, LTX, Runway, PixVerse. </p>"""
8
 
9
  def create_video_interface():
10
  llm_node = VideoLLMInferenceNode()