badrex commited on
Commit
17f8795
·
verified ·
1 Parent(s): 75f1597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from transformers import pipeline
3
  import os
4
  import numpy as np
5
  import torch
 
6
 
7
  # Load the model
8
  print("Loading model...")
 
3
  import os
4
  import numpy as np
5
  import torch
6
+ import spaces
7
 
8
  # Load the model
9
  print("Loading model...")