Update app.py
Browse files
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 |
-
|
| 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 |
|