m7n commited on
Commit
2f5149e
·
1 Parent(s): 4b59a69

removed spaces version print

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def is_running_in_hf_space():
37
 
38
  #if is_running_in_hf_space():
39
  import spaces # necessary to run on Zero.
40
- print(f"Spaces version: {spaces.__version__}")
41
 
42
  import datamapplot
43
  import pyalex
 
37
 
38
  #if is_running_in_hf_space():
39
  import spaces # necessary to run on Zero.
40
+ #print(f"Spaces version: {spaces.__version__}")
41
 
42
  import datamapplot
43
  import pyalex