TheNetherWatcher
commited on
Commit
•
5e046ce
1
Parent(s):
d0ffe9c
Upload folder using huggingface_hub
Browse files- app.py +3 -1
- requirements.txt +0 -13
app.py
CHANGED
@@ -64,6 +64,8 @@ def edit_video(video, pos_prompt):
|
|
64 |
|
65 |
return video_path
|
66 |
|
|
|
|
|
67 |
with gr.Blocks() as interface:
|
68 |
gr.Markdown("## Video Processor with Text Prompts")
|
69 |
with gr.Row():
|
@@ -79,4 +81,4 @@ with gr.Blocks() as interface:
|
|
79 |
outputs=video_output
|
80 |
)
|
81 |
|
82 |
-
interface.launch(
|
|
|
64 |
|
65 |
return video_path
|
66 |
|
67 |
+
print("ready")
|
68 |
+
|
69 |
with gr.Blocks() as interface:
|
70 |
gr.Markdown("## Video Processor with Text Prompts")
|
71 |
with gr.Row():
|
|
|
81 |
outputs=video_output
|
82 |
)
|
83 |
|
84 |
+
interface.launch()
|
requirements.txt
CHANGED
@@ -81,20 +81,7 @@ multidict==6.0.5
|
|
81 |
networkx==3.3
|
82 |
ninja==1.11.1.1
|
83 |
numpy==1.26.4
|
84 |
-
nvidia-cublas-cu12==12.1.3.1
|
85 |
-
nvidia-cuda-cupti-cu12==12.1.105
|
86 |
-
nvidia-cuda-nvrtc-cu12==12.1.105
|
87 |
-
nvidia-cuda-runtime-cu12==12.1.105
|
88 |
-
nvidia-cudnn-cu12==8.9.2.26
|
89 |
-
nvidia-cufft-cu12==11.0.2.54
|
90 |
-
nvidia-curand-cu12==10.3.2.106
|
91 |
-
nvidia-cusolver-cu12==11.4.5.107
|
92 |
-
nvidia-cusparse-cu12==12.1.0.106
|
93 |
-
nvidia-nccl-cu12==2.18.1
|
94 |
-
nvidia-nvjitlink-cu12==12.5.40
|
95 |
-
nvidia-nvtx-cu12==12.1.105
|
96 |
omegaconf==2.3.0
|
97 |
-
onnxruntime-gpu==1.18.0
|
98 |
opencv-contrib-python==4.9.0.80
|
99 |
opencv-python==4.9.0.80
|
100 |
opencv-python-headless==4.9.0.80
|
|
|
81 |
networkx==3.3
|
82 |
ninja==1.11.1.1
|
83 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
omegaconf==2.3.0
|
|
|
85 |
opencv-contrib-python==4.9.0.80
|
86 |
opencv-python==4.9.0.80
|
87 |
opencv-python-headless==4.9.0.80
|