Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
davila7
/
filegpt
like
79
Build error
App
Files
Files
Community
9
davila7
commited on
Feb 27, 2023
Commit
39526c3
•
1 Parent(s):
bbc90a3
fix parse_any
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -11,6 +11,7 @@ from utils import (
11
embed_docs,
12
text_to_docs,
13
get_answer,
14
get_sources,
15
wrap_text_in_html,
16
)
11
embed_docs,
12
text_to_docs,
13
get_answer,
14
+
parse_any,
15
get_sources,
16
wrap_text_in_html,
17
)