Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ title="Draw Me an Insect π /Dessine-moi un insecte π"
|
|
17 |
|
18 |
### ββββββββββββββββββββββββββββββββββββββββ
|
19 |
|
20 |
-
whisper_model = whisper.load_model("small")
|
21 |
|
22 |
#device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
23 |
|
|
|
17 |
|
18 |
### ββββββββββββββββββββββββββββββββββββββββ
|
19 |
|
|
|
20 |
|
21 |
#device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
22 |
|