abdeljalilELmajjodi commited on
Commit
77b001c
·
verified ·
1 Parent(s): 057438e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- import Path
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 path import Path
9
 
10
 
11
  device = "cuda:0" if torch.cuda.is_available() else "cpu"