minko186 commited on
Commit
c229a86
·
verified ·
1 Parent(s): 117fd3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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 = []