acecalisto3 commited on
Commit
b8c49cc
·
verified ·
1 Parent(s): 6c2dca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@ import atexit
12
  import subprocess
13
  from urllib.parse import urlparse, quote
14
  import webbrowser
 
 
 
15
 
16
  # Constants
17
  INPUT_DIRECTORY = 'input'
 
12
  import subprocess
13
  from urllib.parse import urlparse, quote
14
  import webbrowser
15
+ import spaces
16
+
17
+ @spaces.GPU()
18
 
19
  # Constants
20
  INPUT_DIRECTORY = 'input'