traversaal-ai commited on
Commit
cb8be52
·
1 Parent(s): e2281c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def call_gradio_api(user_input):
8
 
9
  client = Client("https://traversaal-internal-rag-faiss-gpt3-5.hf.space/", hf_token=access_token)
10
  result = client.predict(user_input, api_name="/predict")
11
- return result[0], result[1], result[2], result[3]
12
 
13
  # Interface for the Gradio app
14
 
 
8
 
9
  client = Client("https://traversaal-internal-rag-faiss-gpt3-5.hf.space/", hf_token=access_token)
10
  result = client.predict(user_input, api_name="/predict")
11
+ return result[0], result[1], result[2], result[3],result[4]
12
 
13
  # Interface for the Gradio app
14