liuganghuggingface commited on
Commit
480e939
·
verified ·
1 Parent(s): f051ea6

Update graph_decoder/transformer.py

Browse files
Files changed (1) hide show
  1. graph_decoder/transformer.py +0 -2
graph_decoder/transformer.py CHANGED
@@ -1,5 +1,3 @@
1
- import spaces
2
-
3
  import torch
4
  import torch.nn as nn
5
  from .layers import Attention, MLP
 
 
 
1
  import torch
2
  import torch.nn as nn
3
  from .layers import Attention, MLP