Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from duckduckgo_search import DDGS
|
|
13 |
import spaces # Import spaces early to enable ZeroGPU support
|
14 |
|
15 |
# Optional: Disable GPU visibility if you wish to force CPU usage
|
16 |
-
|
17 |
|
18 |
# ------------------------------
|
19 |
# Global Cancellation Event
|
|
|
13 |
import spaces # Import spaces early to enable ZeroGPU support
|
14 |
|
15 |
# Optional: Disable GPU visibility if you wish to force CPU usage
|
16 |
+
os.environ["CUDA_VISIBLE_DEVICES"] = ""
|
17 |
|
18 |
# ------------------------------
|
19 |
# Global Cancellation Event
|