Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,16 +2,9 @@
|
|
2 |
# FILE: app.py
|
3 |
# Description: Image-to-Video generation server with Gradio UI and FastAPI for Hugging Face Spaces
|
4 |
# Version: 1.2.8
|
5 |
-
# Timestamp: 2025-07-02
|
6 |
-
|
7 |
-
#
|
8 |
-
# Loads models from Hugging Face Hub to avoid HDD costs
|
9 |
-
# Uses /data for persistent storage, /tmp for temporary files
|
10 |
-
# API key authentication for /generate endpoint (off-site use)
|
11 |
-
# Base64-encoded video responses
|
12 |
-
# Gradio UI matches original ghostpack_gradio_f1.py
|
13 |
-
# Idle until triggered by API or Gradio
|
14 |
-
# Requires custom diffusers_helper package in repository
|
15 |
|
16 |
import os
|
17 |
import sys
|
|
|
2 |
# FILE: app.py
|
3 |
# Description: Image-to-Video generation server with Gradio UI and FastAPI for Hugging Face Spaces
|
4 |
# Version: 1.2.8
|
5 |
+
# Timestamp: 2025-07-02 03:00 CDT
|
6 |
+
|
7 |
+
# Requires custom diffusers_helper package in /diffusers_helper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
import os
|
10 |
import sys
|