Genzo1010 commited on
Commit
89347ec
·
verified ·
1 Parent(s): 00d92ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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