Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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 |
|