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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  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>
 
1
  import gradio as gr
2
  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>