simonduerr commited on
Commit
10f2049
1 Parent(s): 5be1fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ import plotly.graph_objects as go
25
  import torch.nn as nn
26
  import torch.nn.functional as F
27
 
 
28
 
29
  if "/home/user/app/af_backprop" not in sys.path:
30
  sys.path.append("/home/user/app/af_backprop")
 
25
  import torch.nn as nn
26
  import torch.nn.functional as F
27
 
28
+ import tempfile
29
 
30
  if "/home/user/app/af_backprop" not in sys.path:
31
  sys.path.append("/home/user/app/af_backprop")