Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,6 @@ import torchvision
|
|
| 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):
|
|
|
|
| 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):
|