Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import os
|
|
2 |
import sys
|
3 |
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
4 |
|
5 |
-
import subprocess
|
6 |
-
subprocess.run('pip install flash-attn==2.7.4.post1 --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
7 |
|
8 |
# wan2.2-main/gradio_ti2v.py
|
9 |
import gradio as gr
|
|
|
2 |
import sys
|
3 |
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
4 |
|
5 |
+
#import subprocess
|
6 |
+
#subprocess.run('pip install flash-attn==2.7.4.post1 --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
7 |
|
8 |
# wan2.2-main/gradio_ti2v.py
|
9 |
import gradio as gr
|