yunyangx commited on
Commit
e868605
1 Parent(s): 248ba64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import subprocess
2
  import re
3
  from typing import List, Tuple, Optional
 
1
+ import spaces
2
+
3
  import subprocess
4
  import re
5
  from typing import List, Tuple, Optional