cameron-d commited on
Commit
db7b6f0
·
verified ·
1 Parent(s): 2c27c5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="CIFAR10_unet_v02_200_epochs_inference.pth", model_class=ClassConditionedUnet)
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_200_epochs_inference.pth", model_class=ClassConditionedUnet)
165
 
166
 
167
  # Create the Gradio interface