eaglelandsonce commited on
Commit
5c6fadc
·
verified ·
1 Parent(s): 68caf41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import torchvision
6
  import torchvision.transforms as transforms
7
  import matplotlib.pyplot as plt
8
 
 
9
  # Define the neural network
10
  class Net(nn.Module):
11
  def __init__(self):
 
6
  import torchvision.transforms as transforms
7
  import matplotlib.pyplot as plt
8
 
9
+
10
  # Define the neural network
11
  class Net(nn.Module):
12
  def __init__(self):