Nymbo commited on
Commit
914e6ed
1 Parent(s): 414afd9

removing zerogpu for archive

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import Optional
2
- import spaces
3
 
4
  import gradio as gr
5
  import numpy as np
@@ -40,7 +40,7 @@ OmniParser is a screen parsing tool to convert general GUI screen to structured
40
 
41
  # DEVICE = torch.device('cuda')
42
 
43
- @spaces.GPU
44
  @torch.inference_mode()
45
  # @torch.autocast(device_type="cuda", dtype=torch.bfloat16)
46
  # @spaces.GPU(duration=65)
 
1
  from typing import Optional
2
+ # import spaces
3
 
4
  import gradio as gr
5
  import numpy as np
 
40
 
41
  # DEVICE = torch.device('cuda')
42
 
43
+ # @spaces.GPU
44
  @torch.inference_mode()
45
  # @torch.autocast(device_type="cuda", dtype=torch.bfloat16)
46
  # @spaces.GPU(duration=65)