parth parekh
commited on
Commit
·
645ea59
1
Parent(s):
cce759a
le lode
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ def check_regex_patterns(text):
|
|
52 |
return False
|
53 |
|
54 |
|
|
|
55 |
@app.post("/detect_contact", summary="Detect contact information in text")
|
56 |
async def detect_contact(input: TextInput):
|
57 |
try:
|
|
|
52 |
return False
|
53 |
|
54 |
|
55 |
+
|
56 |
@app.post("/detect_contact", summary="Detect contact information in text")
|
57 |
async def detect_contact(input: TextInput):
|
58 |
try:
|