Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,16 +1,3 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""FULL WORKFLOW
|
3 |
-
|
4 |
-
Automatically generated by Colab.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/1I9KysFRYpSZfkL7FIxbodBYUgudQRejA
|
8 |
-
"""
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
!pip install transformers faiss-cpu gradio sentence-transformers nlpaug scikit-learn
|
13 |
-
|
14 |
# rag_module.py
|
15 |
|
16 |
import json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# rag_module.py
|
2 |
|
3 |
import json
|