Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ZeroGPU
Browse files
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:
|