ZhiyuanthePony commited on
Commit
e0305d4
·
1 Parent(s): 9c76928
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
1
  import os
2
  import subprocess
3
  import sys
 
 
 
 
4
 
5
  # Check if setup has been run
6
  setup_marker = ".setup_complete"
 
1
  import os
2
  import subprocess
3
  import sys
4
+ try:
5
+ import spaces
6
+ except:
7
+ pass
8
 
9
  # Check if setup has been run
10
  setup_marker = ".setup_complete"