dgarrett-synaptics commited on
Commit
19b4655
·
1 Parent(s): a1f12c8

Adding the path to check install directory

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
1
  import gradio as gr
2
  import os
3
  import spaces
 
 
 
 
4
 
5
  # Check isntalled packages
6
  import pkg_resources
 
1
  import gradio as gr
2
  import os
3
  import spaces
4
+ import sys
5
+
6
+ for path in sys.path:
7
+ print(f'path = {path}')
8
 
9
  # Check isntalled packages
10
  import pkg_resources