ayaka68 commited on
Commit
825303f
·
verified ·
1 Parent(s): 50fea20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -25,7 +25,9 @@ import japanize_matplotlib
25
  # Torch / Hugging Face Hub / S3PRL
26
  import torch
27
  import torch.nn as nn
28
- from huggingface_hub import hf_hub_download
 
 
29
 
30
  # ===== フォント設定 =====
31
  import matplotlib.font_manager as fm
 
25
  # Torch / Hugging Face Hub / S3PRL
26
  import torch
27
  import torch.nn as nn
28
+ from huggingface_hub import HfApi, hf_hub_download
29
+ from s3prl.nn import S3PRLUpstream, Featurizer
30
+
31
 
32
  # ===== フォント設定 =====
33
  import matplotlib.font_manager as fm