Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def start_fm():
|
|
| 23 |
|
| 24 |
start_fm()
|
| 25 |
|
| 26 |
-
# --- GPU info (runs INSIDE the gate) ---
|
| 27 |
@spaces.GPU
|
| 28 |
def gpu_report():
|
| 29 |
import torch
|
|
|
|
| 23 |
|
| 24 |
start_fm()
|
| 25 |
|
| 26 |
+
# --- GPU info (runs INSIDE the gate; GPU only attached here) ---
|
| 27 |
@spaces.GPU
|
| 28 |
def gpu_report():
|
| 29 |
import torch
|