Spaces:
Sleeping
Sleeping
Update App.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
Please review the following code. nothing to do right now but familarize yourself with it:
|
| 2 |
-
|
| 3 |
-
# app.py for HF Spaces: Gradio UI for Multi-Book Paranormal Text Repository
|
| 4 |
-
# (With Codex Tree v0.5: Hierarchical categorization)
|
| 5 |
import gradio as gr
|
| 6 |
from haystack import Pipeline, Document
|
| 7 |
from haystack.components.embedders import SentenceTransformersTextEmbedder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from haystack import Pipeline, Document
|
| 3 |
from haystack.components.embedders import SentenceTransformersTextEmbedder
|