YinuoGuo27 commited on
Commit
11c707b
·
verified ·
1 Parent(s): db1dcc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from flask import send_from_directory
8
  from huggingface_hub import snapshot_download
9
  import spaces
10
  import tensorrt
 
11
  print(tensorrt.__path__)
12
  plugin_path = os.path.join(str(tensorrt.__path__[0]), "libgrid_sample_3d_plugin.so")
13
  if os.path.exists(plugin_path):
 
8
  from huggingface_hub import snapshot_download
9
  import spaces
10
  import tensorrt
11
+
12
  print(tensorrt.__path__)
13
  plugin_path = os.path.join(str(tensorrt.__path__[0]), "libgrid_sample_3d_plugin.so")
14
  if os.path.exists(plugin_path):