Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ print(f"Is CUDA available: {torch.cuda.is_available()}")
|
|
13 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
14 |
# Tesla T4
|
15 |
|
16 |
-
@spaces.GPU
|
17 |
def main():
|
18 |
|
19 |
def get_tokens_as_list(word_list):
|
|
|
13 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
14 |
# Tesla T4
|
15 |
|
16 |
+
# @spaces.GPU
|
17 |
def main():
|
18 |
|
19 |
def get_tokens_as_list(word_list):
|