Update Gradio app with multiple files
Browse files
app.py
CHANGED
|
@@ -170,7 +170,7 @@ with gr.Blocks(
|
|
| 170 |
)
|
| 171 |
|
| 172 |
prompt_input = gr.Textbox(
|
| 173 |
-
label="✍️
|
| 174 |
placeholder="Describe the motion or animation you want to see. Use <S>text<E> for speech and <AUDCAP>description<ENDAUDCAP> for audio effects...",
|
| 175 |
lines=3,
|
| 176 |
value="The subject starts to move naturally",
|
|
@@ -210,7 +210,7 @@ with gr.Blocks(
|
|
| 210 |
- ⏱️ **5-second Videos**: Generates 5-second videos at 24 FPS
|
| 211 |
- 📐 **Multiple Aspect Ratios**: Supports 720×720 area at various ratios (9:16, 16:9, 1:1, etc)
|
| 212 |
|
| 213 |
-
Ovi is a veo-3 like model that
|
| 214 |
"""
|
| 215 |
)
|
| 216 |
|
|
|
|
| 170 |
)
|
| 171 |
|
| 172 |
prompt_input = gr.Textbox(
|
| 173 |
+
label="✍️ Text Prompt",
|
| 174 |
placeholder="Describe the motion or animation you want to see. Use <S>text<E> for speech and <AUDCAP>description<ENDAUDCAP> for audio effects...",
|
| 175 |
lines=3,
|
| 176 |
value="The subject starts to move naturally",
|
|
|
|
| 210 |
- ⏱️ **5-second Videos**: Generates 5-second videos at 24 FPS
|
| 211 |
- 📐 **Multiple Aspect Ratios**: Supports 720×720 area at various ratios (9:16, 16:9, 1:1, etc)
|
| 212 |
|
| 213 |
+
Ovi is a veo-3 like model that simultaneously generates both video and audio content from text or text+image inputs.
|
| 214 |
"""
|
| 215 |
)
|
| 216 |
|