Spaces:
Running
on
Zero
Running
on
Zero
removed spaces version print
Browse files
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
|