Spaces:
Paused
Paused
Update app_wan.py
Browse files- app_wan.py +1 -1
app_wan.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# PyTorch 2.8 (temporary hack) — manter conforme app original
|
| 6 |
-
os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" spaces')
|
| 7 |
|
| 8 |
import gradio as gr
|
| 9 |
import tempfile
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# PyTorch 2.8 (temporary hack) — manter conforme app original
|
| 6 |
+
#os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" spaces')
|
| 7 |
|
| 8 |
import gradio as gr
|
| 9 |
import tempfile
|