Update src/interface.py
Browse files- src/interface.py +2 -0
src/interface.py
CHANGED
@@ -12,6 +12,8 @@ def create_demo():
|
|
12 |
You can adjust various parameters to control the model's output.
|
13 |
|
14 |
Original https://huggingface.co/spaces/ModularityAI/LLama3Rag
|
|
|
|
|
15 |
"""
|
16 |
)
|
17 |
|
|
|
12 |
You can adjust various parameters to control the model's output.
|
13 |
|
14 |
Original https://huggingface.co/spaces/ModularityAI/LLama3Rag
|
15 |
+
|
16 |
+
still do not support multiple upload, you can merge pdf as alternative
|
17 |
"""
|
18 |
)
|
19 |
|