Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ 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):
|
|
|
|
| 9 |
import spaces
|
| 10 |
import tensorrt
|
| 11 |
|
| 12 |
+
|
| 13 |
print(tensorrt.__path__)
|
| 14 |
plugin_path = os.path.join(str(tensorrt.__path__[0]), "libgrid_sample_3d_plugin.so")
|
| 15 |
if os.path.exists(plugin_path):
|