Jiaqi-hkust commited on
Commit
e914254
·
verified ·
1 Parent(s): edc87ef

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ if is_spaces:
15
  spaces_available = True
16
  except ImportError:
17
  pass
18
-
19
  def gpu_decorator(func):
20
  if spaces_available and GPU is not None:
21
  return GPU(func)
 
15
  spaces_available = True
16
  except ImportError:
17
  pass
 
18
  def gpu_decorator(func):
19
  if spaces_available and GPU is not None:
20
  return GPU(func)