Spaces:
Sleeping
Sleeping
try to fix bitsandbytes error
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import logging
|
|
4 |
import duckdb
|
5 |
from gradio_huggingfacehub_search import HuggingfaceHubSearch
|
6 |
from bertopic import BERTopic
|
7 |
-
import gradio as gr
|
8 |
from bertopic.representation import (
|
9 |
KeyBERTInspired,
|
10 |
TextGeneration,
|
@@ -25,6 +24,7 @@ from sklearn.feature_extraction.text import CountVectorizer
|
|
25 |
# from cuml.cluster import HDBSCAN
|
26 |
# from cuml.manifold import UMAP
|
27 |
from sentence_transformers import SentenceTransformer
|
|
|
28 |
|
29 |
logging.basicConfig(
|
30 |
level=logging.INFO, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s"
|
|
|
4 |
import duckdb
|
5 |
from gradio_huggingfacehub_search import HuggingfaceHubSearch
|
6 |
from bertopic import BERTopic
|
|
|
7 |
from bertopic.representation import (
|
8 |
KeyBERTInspired,
|
9 |
TextGeneration,
|
|
|
24 |
# from cuml.cluster import HDBSCAN
|
25 |
# from cuml.manifold import UMAP
|
26 |
from sentence_transformers import SentenceTransformer
|
27 |
+
import gradio as gr
|
28 |
|
29 |
logging.basicConfig(
|
30 |
level=logging.INFO, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s"
|