Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|