Modify import error
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ from markdownify import markdownify
|
|
4 |
from requests.exceptions import RequestException
|
5 |
import gradio as gr
|
6 |
|
7 |
-
# Import the Preprocessor class
|
8 |
from utils.preprocessor import Preprocessor
|
9 |
|
10 |
def visit_webpage(url, max_output_length=40000):
|
|
|
4 |
from requests.exceptions import RequestException
|
5 |
import gradio as gr
|
6 |
|
|
|
7 |
from utils.preprocessor import Preprocessor
|
8 |
|
9 |
def visit_webpage(url, max_output_length=40000):
|