akhaliq HF Staff commited on
Commit
e539341
·
verified ·
1 Parent(s): 907c5a1

Update Gradio app with multiple files

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(
170
  )
171
 
172
  prompt_input = gr.Textbox(
173
- label="✍️ Motion 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,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 uses twin backbone cross-modal fusion for high-quality audio-video generation.
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