skydheere commited on
Commit
7f40ea1
·
1 Parent(s): b1a652c

Add application file

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. 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