Piraloco commited on
Commit
1ebf523
·
1 Parent(s): 54ed43c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  # Import necessary libraries
2
  import torch
 
3
 
4
  class Net(neural_network_module.Module):
5
  def __init__(self):
 
1
  # Import necessary libraries
2
  import torch
3
+ import torch.nn as neural_network_module
4
 
5
  class Net(neural_network_module.Module):
6
  def __init__(self):