Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,10 +7,8 @@ from ai_generate import generate
|
|
7 |
import requests
|
8 |
from gptzero_free import GPT2PPL
|
9 |
import language_tool_python
|
10 |
-
import jdk
|
11 |
|
12 |
|
13 |
-
jdk.install('11')
|
14 |
def clean_text(text: str) -> str:
|
15 |
paragraphs = text.split("\n\n")
|
16 |
cleaned_paragraphs = []
|
|
|
7 |
import requests
|
8 |
from gptzero_free import GPT2PPL
|
9 |
import language_tool_python
|
|
|
10 |
|
11 |
|
|
|
12 |
def clean_text(text: str) -> str:
|
13 |
paragraphs = text.split("\n\n")
|
14 |
cleaned_paragraphs = []
|