anisotropies commited on
Commit
070c1a1
·
verified ·
1 Parent(s): 5e6b0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def yes_man(message, history):
13
  response = requests.post(API_URL, headers=headers, json=payload)
14
  return response.json()
15
  data = query({"inputs": message})
16
- retuen data
17
  gr.ChatInterface(
18
  yes_man,
19
  chatbot=gr.Chatbot(height=300),
 
13
  response = requests.post(API_URL, headers=headers, json=payload)
14
  return response.json()
15
  data = query({"inputs": message})
16
+ return data
17
  gr.ChatInterface(
18
  yes_man,
19
  chatbot=gr.Chatbot(height=300),