Spaces:
Runtime error
Runtime error
Commit
·
45d5906
1
Parent(s):
ae2849b
update
Browse files
app.py
CHANGED
|
@@ -52,6 +52,8 @@ def score(x, clf, vectorizer):
|
|
| 52 |
|
| 53 |
|
| 54 |
def start(text):
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
return
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
def start(text):
|
| 55 |
+
# print('yaya')
|
| 56 |
+
# clf, vectorizer = load_model("model/")
|
| 57 |
+
return 'hello '+ text
|
| 58 |
+
# k = round(score(text, clf, vectorizer)[0][1], 2)
|
| 59 |
+
# return {"GPT-3 Filter Quality Score": k }
|