Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,13 +101,13 @@
|
|
101 |
# demo.launch(share=True)
|
102 |
|
103 |
|
104 |
-
import paddle
|
105 |
-
print("PaddlePaddle Version:", paddle.__version__)
|
106 |
-
print("Is GPU available:", paddle.is_compiled_with_cuda())
|
107 |
-
import tensorflow as tf
|
108 |
-
print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
|
109 |
-
import tensorflow as tf
|
110 |
-
print("Where tensorflow is built with cuda:",tf.test.is_built_with_cuda())
|
111 |
|
112 |
|
113 |
import subprocess
|
|
|
101 |
# demo.launch(share=True)
|
102 |
|
103 |
|
104 |
+
# import paddle
|
105 |
+
# print("PaddlePaddle Version:", paddle.__version__)
|
106 |
+
# print("Is GPU available:", paddle.is_compiled_with_cuda())
|
107 |
+
# import tensorflow as tf
|
108 |
+
# print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
|
109 |
+
# import tensorflow as tf
|
110 |
+
# print("Where tensorflow is built with cuda:",tf.test.is_built_with_cuda())
|
111 |
|
112 |
|
113 |
import subprocess
|