huntrezz commited on
Commit
e5a6d7f
·
verified ·
1 Parent(s): 59ab62d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  import matplotlib.pyplot as plt
7
  from mpl_toolkits.mplot3d import Axes3D
8
  import torch.nn as nn
9
- from scipy.interpolate import interp2d
10
 
11
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
12
 
 
6
  import matplotlib.pyplot as plt
7
  from mpl_toolkits.mplot3d import Axes3D
8
  import torch.nn as nn
9
+
10
 
11
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
12