Spaces:
Runtime error
Runtime error
Редагування README
Browse files
README.md
CHANGED
@@ -9,4 +9,4 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
"Text classification with vector embeddings — and no ML model": (https://david-gilbertson.medium.com/text-classification-with-vector-embeddings-and-no-ml-model-c793c09698f0)
|
app.py
CHANGED
@@ -74,7 +74,7 @@ def main():
|
|
74 |
return
|
75 |
|
76 |
with gr.Blocks() as demo:
|
77 |
-
gr.Markdown("# SDC Classifier
|
78 |
|
79 |
with gr.Tabs():
|
80 |
# Вкладка 1: Single Text Testing
|
|
|
74 |
return
|
75 |
|
76 |
with gr.Blocks() as demo:
|
77 |
+
gr.Markdown("# SDC Classifier")
|
78 |
|
79 |
with gr.Tabs():
|
80 |
# Вкладка 1: Single Text Testing
|