acecalisto3 commited on
Commit
44b2168
·
verified ·
1 Parent(s): e101753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -13,7 +13,10 @@ import subprocess
13
  from urllib.parse import urlparse, quote
14
  import warnings
15
  import webbrowser
 
16
 
 
 
17
  # Constants
18
  INPUT_DIRECTORY = 'input'
19
  OUTPUT_DIRECTORY = 'output'
 
13
  from urllib.parse import urlparse, quote
14
  import warnings
15
  import webbrowser
16
+ import Spaces
17
 
18
+
19
+ @Spaces.GPU
20
  # Constants
21
  INPUT_DIRECTORY = 'input'
22
  OUTPUT_DIRECTORY = 'output'