huzey commited on
Commit
c78a50f
1 Parent(s): 07db945

improve UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
3
  HUGGINGFACE_SPACE = True
4
  BATCH_SIZE = 4
5
 
6
- if HUGGINGFACE_SPACE: # huggingface ZeroGPU, dynamic GPU allocation
7
  try:
8
  import spaces
9
  except ImportError:
 
3
  HUGGINGFACE_SPACE = True
4
  BATCH_SIZE = 4
5
 
6
+ if HUGGINGFACE_SPACE: # huggingface ZeroGPU, dynamic GPU allocation
7
  try:
8
  import spaces
9
  except ImportError: