Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ print("Loading model...")
|
|
11 |
#torch.backends.cuda.matmul.allow_tf32 = True
|
12 |
#torch.backends.cudnn.allow_tf32 = True
|
13 |
|
14 |
-
pipe = pipeline("image-classification", model="
|
15 |
|
16 |
print("Starting webapp...")
|
17 |
|
|
|
11 |
#torch.backends.cuda.matmul.allow_tf32 = True
|
12 |
#torch.backends.cudnn.allow_tf32 = True
|
13 |
|
14 |
+
pipe = pipeline("image-classification", model="/checkpoint-600")
|
15 |
|
16 |
print("Starting webapp...")
|
17 |
|