Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ from RealESRGAN import RealESRGAN
|
|
| 24 |
|
| 25 |
|
| 26 |
import subprocess
|
| 27 |
-
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
| 28 |
|
| 29 |
def download_file(url, folder_path, filename):
|
| 30 |
if not os.path.exists(folder_path):
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
import subprocess
|
| 27 |
+
#subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
| 28 |
|
| 29 |
def download_file(url, folder_path, filename):
|
| 30 |
if not os.path.exists(folder_path):
|