Shilpaj commited on
Commit
c033de0
·
verified ·
1 Parent(s): daa59ff

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ def load_model():
34
  )
35
 
36
  @spaces.GPU
37
- @gr.Cache()
38
  def get_pipeline():
39
  pipe = load_model()
40
  return pipe.to("cuda")
 
34
  )
35
 
36
  @spaces.GPU
 
37
  def get_pipeline():
38
  pipe = load_model()
39
  return pipe.to("cuda")