Spaces:
Running
Running
Update vocca_ai/intent_classifier.py
Browse files
vocca_ai/intent_classifier.py
CHANGED
@@ -17,7 +17,7 @@ def classify_intent(text):
|
|
17 |
|
18 |
return "general inquiry"
|
19 |
|
20 |
-
|
21 |
if __name__ == "__main__":
|
22 |
sample_text = "I need to book an appointment for my uncle who is feeling sick."
|
23 |
print(f"Intent: {classify_intent(sample_text)}")
|
|
|
17 |
|
18 |
return "general inquiry"
|
19 |
|
20 |
+
|
21 |
if __name__ == "__main__":
|
22 |
sample_text = "I need to book an appointment for my uncle who is feeling sick."
|
23 |
print(f"Intent: {classify_intent(sample_text)}")
|