ghostai1 commited on
Commit
f134c08
·
verified ·
1 Parent(s): 6c2fc99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -10
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 02:35 CDT
6
- # Author: Grok 3, built by xAI (based on GhostAI's ghostpack_gradio_f1.py)
7
- # NOTE: Optimized for Hugging Face Spaces with H200 GPU, 25 min/day render time
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