Mungert commited on
Commit
f36ee75
·
verified ·
1 Parent(s): 36fcee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from runners.base import ILLMRunner
14
 
15
 
16
  @spaces.GPU # NOTE: no parentheses per HF docs; simplest reliable form
17
- def gpu_ready_probe() -> str:
18
  # trivial, no tensor allocations
19
  return "gpu-probe-ok"
20
 
 
14
 
15
 
16
  @spaces.GPU # NOTE: no parentheses per HF docs; simplest reliable form
17
+ def gpu_ready_probe() -> str:
18
  # trivial, no tensor allocations
19
  return "gpu-probe-ok"
20