julien-c HF staff commited on
Commit
d0e82ca
1 Parent(s): 02a2176
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import datetime
2
  import os
3
  import subprocess
@@ -13,6 +14,7 @@ CUSTOM_CSS = """
13
 
14
 
15
 
 
16
  def run():
17
  output: str = ""
18
  try:
 
1
+ import spaces
2
  import datetime
3
  import os
4
  import subprocess
 
14
 
15
 
16
 
17
+ @spaces.GPU
18
  def run():
19
  output: str = ""
20
  try: