DocUA commited on
Commit
cd3968b
·
1 Parent(s): 6df9305

Редагування README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -9,4 +9,4 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
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 з Gradio")
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