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