Spaces:
Runtime error
Runtime error
Fix format
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ from bertopic.representation import (
|
|
| 8 |
TextGeneration,
|
| 9 |
)
|
| 10 |
from bitsandbytes.cuda_setup.main import CUDASetup
|
| 11 |
-
|
|
|
|
| 12 |
|
| 13 |
from umap import UMAP
|
| 14 |
import numpy as np
|
|
|
|
| 8 |
TextGeneration,
|
| 9 |
)
|
| 10 |
from bitsandbytes.cuda_setup.main import CUDASetup
|
| 11 |
+
|
| 12 |
+
setup = CUDASetup.get_instance()
|
| 13 |
|
| 14 |
from umap import UMAP
|
| 15 |
import numpy as np
|