Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def humanize_text(AI_text):
|
|
133 |
|
134 |
|
135 |
|
136 |
-
def main_function(AI_text)
|
137 |
humanized_text = humanize_text(AI_text)
|
138 |
humanized_text= transform_text(humanized_text)
|
139 |
return humanized_text
|
|
|
133 |
|
134 |
|
135 |
|
136 |
+
def main_function(AI_text):
|
137 |
humanized_text = humanize_text(AI_text)
|
138 |
humanized_text= transform_text(humanized_text)
|
139 |
return humanized_text
|