Spaces:
Running
Running
davidmezzetti
commited on
Commit
•
55cb857
1
Parent(s):
65a4103
Update app.py
Browse files
app.py
CHANGED
@@ -6,11 +6,9 @@ import os
|
|
6 |
|
7 |
import streamlit as st
|
8 |
|
9 |
-
from txtai.pipeline import Summary
|
10 |
from txtai.workflow import UrlTask, Task, Workflow
|
11 |
|
12 |
-
from textractor import Textractor
|
13 |
-
|
14 |
|
15 |
class Application:
|
16 |
"""
|
|
|
6 |
|
7 |
import streamlit as st
|
8 |
|
9 |
+
from txtai.pipeline import Summary, Textractor
|
10 |
from txtai.workflow import UrlTask, Task, Workflow
|
11 |
|
|
|
|
|
12 |
|
13 |
class Application:
|
14 |
"""
|