Commit
·
2d03f3e
1
Parent(s):
521fa6b
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,9 @@ import pandas as pd
|
|
15 |
import streamlit as st
|
16 |
|
17 |
from txtai.embeddings import Documents, Embeddings
|
18 |
-
from txtai.pipeline import Segmentation, Summary, Tabular, Translation
|
19 |
from txtai.workflow import ServiceTask, Task, UrlTask, Workflow
|
20 |
|
21 |
-
from textractor import Textractor
|
22 |
|
23 |
class Application:
|
24 |
"""
|
|
|
15 |
import streamlit as st
|
16 |
|
17 |
from txtai.embeddings import Documents, Embeddings
|
18 |
+
from txtai.pipeline import Segmentation, Summary, Tabular, Translation, Textractor
|
19 |
from txtai.workflow import ServiceTask, Task, UrlTask, Workflow
|
20 |
|
|
|
21 |
|
22 |
class Application:
|
23 |
"""
|