Update requirements.txt
Browse files- requirements.txt +1 -37
requirements.txt
CHANGED
|
@@ -1,39 +1,3 @@
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
-
Pillow
|
| 4 |
-
|
| 5 |
-
This complete image-to-video Gradio application includes:
|
| 6 |
-
|
| 7 |
-
## Key Features:
|
| 8 |
-
|
| 9 |
-
1. **Clean, Modern UI**:
|
| 10 |
-
- Two-column layout with image input and video output
|
| 11 |
-
- Progress tracking during generation
|
| 12 |
-
- Example prompts in an accordion
|
| 13 |
-
- Informative tips and instructions
|
| 14 |
-
|
| 15 |
-
2. **Functionality**:
|
| 16 |
-
- Upload images via drag-and-drop or clipboard
|
| 17 |
-
- Custom motion prompts
|
| 18 |
-
- Video generation using the Ovi model
|
| 19 |
-
- Clear button to reset inputs
|
| 20 |
-
- Autoplay for generated videos
|
| 21 |
-
|
| 22 |
-
3. **Error Handling**:
|
| 23 |
-
- Validates image and prompt inputs
|
| 24 |
-
- Graceful error messages using `gr.Error`
|
| 25 |
-
- Handles different image input types
|
| 26 |
-
|
| 27 |
-
4. **User Experience**:
|
| 28 |
-
- Progress indicators during generation
|
| 29 |
-
- Example prompts for inspiration
|
| 30 |
-
- Tips for best results
|
| 31 |
-
- Detailed documentation in the UI
|
| 32 |
-
|
| 33 |
-
5. **Professional Design**:
|
| 34 |
-
- Custom CSS styling
|
| 35 |
-
- "Built with anycoder" link in the header
|
| 36 |
-
- Responsive layout
|
| 37 |
-
- Info boxes with helpful tips
|
| 38 |
-
|
| 39 |
-
The app uses the HuggingFace Inference Client with the Ovi model to transform static images into animated videos based on text prompts. Just set your `HF_TOKEN` environment variable and launch!
|
|
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|