Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
|
|
3 |
|
4 |
def process_file(file, topics):
|
5 |
"""Process uploaded file and save to database."""
|
|
|
1 |
import gradio as gr
|
2 |
+
from database import save_to_db
|
3 |
+
from preprocessing import read_file
|
4 |
|
5 |
def process_file(file, topics):
|
6 |
"""Process uploaded file and save to database."""
|