Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ from transformers import pipeline
|
|
| 3 |
import os
|
| 4 |
import numpy as np
|
| 5 |
import torch
|
|
|
|
| 6 |
|
| 7 |
# Load the model
|
| 8 |
print("Loading model...")
|
|
|
|
| 3 |
import os
|
| 4 |
import numpy as np
|
| 5 |
import torch
|
| 6 |
+
import spaces
|
| 7 |
|
| 8 |
# Load the model
|
| 9 |
print("Loading model...")
|