Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,10 @@ from llm_inference_video import VideoLLMInferenceNode
|
|
3 |
import random
|
4 |
import spaces
|
5 |
|
|
|
|
|
|
|
|
|
6 |
title = """<h1 align="center">AI Video Prompt Generator</h1>
|
7 |
<p align="center">Generate creative video prompts with technical specifications</p>
|
8 |
<p align="center">You can use prompts with Kling, MiniMax, Hunyuan, Haiper, CogVideoX, Luma, LTX, Runway, PixVerse. </p>"""
|
|
|
3 |
import random
|
4 |
import spaces
|
5 |
|
6 |
+
@spaces.GPU()
|
7 |
+
def dummy():
|
8 |
+
pass
|
9 |
+
|
10 |
title = """<h1 align="center">AI Video Prompt Generator</h1>
|
11 |
<p align="center">Generate creative video prompts with technical specifications</p>
|
12 |
<p align="center">You can use prompts with Kling, MiniMax, Hunyuan, Haiper, CogVideoX, Luma, LTX, Runway, PixVerse. </p>"""
|