gokaygokay commited on
Commit
9997f92
·
verified ·
1 Parent(s): b5ec52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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>"""