Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import spaces
|
|
5 |
import torch
|
6 |
from datasets import load_dataset
|
7 |
from huggingface_hub import CommitScheduler
|
8 |
-
from
|
9 |
|
10 |
|
11 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
|
|
5 |
import torch
|
6 |
from datasets import load_dataset
|
7 |
from huggingface_hub import CommitScheduler
|
8 |
+
from pathlib import Path
|
9 |
|
10 |
|
11 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|