akhaliq HF Staff commited on
Commit
10ed921
·
verified ·
1 Parent(s): 2cd7cd4

Update Gradio app with multiple files

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -136,8 +136,7 @@ with gr.Blocks(
136
 
137
  Transform your static images into dynamic videos with synchronized audio using AI! Upload an image and describe the motion you want to see.
138
 
139
- Powered by Ovi: Twin Backbone Cross-Modal Fusion for Audio-Video Generation via [HuggingFace Inference Providers](https://huggingface.co/docs/huggingface_hub/guides/inference)
140
- .
141
  """
142
  )
143
 
 
136
 
137
  Transform your static images into dynamic videos with synchronized audio using AI! Upload an image and describe the motion you want to see.
138
 
139
+ Powered by Ovi: Twin Backbone Cross-Modal Fusion for Audio-Video Generation via [HuggingFace Inference Providers](https://huggingface.co/docs/huggingface_hub/guides/inference).
 
140
  """
141
  )
142
 
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  gradio
2
  huggingface_hub
3
- Pillow
 
1
  gradio
2
  huggingface_hub
3
+ Pillow