Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ cifar10_classes = [
|
|
| 161 |
]
|
| 162 |
|
| 163 |
# Initialize a dummy model (replace with your actual model loading)
|
| 164 |
-
model = load_checkpoint_for_inference(filepath="
|
| 165 |
|
| 166 |
|
| 167 |
# Create the Gradio interface
|
|
|
|
| 161 |
]
|
| 162 |
|
| 163 |
# Initialize a dummy model (replace with your actual model loading)
|
| 164 |
+
model = load_checkpoint_for_inference(filepath="CIFAR10_unet_v02_200_epochs_inference.pth", model_class=ClassConditionedUnet)
|
| 165 |
|
| 166 |
|
| 167 |
# Create the Gradio interface
|