Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ class Prediction:
|
|
18 |
|
19 |
app = FastAPI()
|
20 |
|
21 |
-
model = torch.load("
|
22 |
|
23 |
def preprocess_input(input):
|
24 |
|
|
|
18 |
|
19 |
app = FastAPI()
|
20 |
|
21 |
+
model = torch.load("/main/best_model-epoch=01-val_loss=3.00.ckpt")
|
22 |
|
23 |
def preprocess_input(input):
|
24 |
|