Spaces:
Runtime error
Runtime error
Add application file
Browse files- app.py +1 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -39,4 +39,5 @@ iface = gr.Interface(fn=chatbot,
|
|
39 |
title="Hormuud Services")
|
40 |
|
41 |
# index = construct_index("docs")
|
|
|
42 |
iface.launch()
|
|
|
39 |
title="Hormuud Services")
|
40 |
|
41 |
# index = construct_index("docs")
|
42 |
+
|
43 |
iface.launch()
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
gpt_index
|
2 |
-
langchain
|
|
|
|
1 |
gpt_index
|
2 |
+
langchain
|
3 |
+
transformers
|