Shining-Data commited on
Commit
b96a40a
·
verified ·
1 Parent(s): f8b687a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # os.environ["CUDA_VISIBLE_DEVICES"] = ""
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