CORVO-AI commited on
Commit
028a8f1
·
verified ·
1 Parent(s): 9f99ee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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