Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
valeriylo
/
sample_rag
like
4
Sleeping
App
Files
Files
Community
1
valeriylo
commited on
Sep 19, 2023
Commit
e6567e0
•
1 Parent(s):
23a7b13
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -111,5 +111,5 @@ def main():
111
vectorstore)
112
113
114
-
if __name__ == '__main__':
115
-
main()
111
vectorstore)
112
113
114
+
115
+
main()