YC-Chen commited on
Commit
3202577
1 Parent(s): 029c3b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -129,6 +129,7 @@ with gr.Blocks() as demo:
129
  }
130
 
131
  outputs = requests.post(API_URL, headers=HEADERS, data=json.dumps(data)).json()
 
132
  return outputs
133
 
134
  msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
 
129
  }
130
 
131
  outputs = requests.post(API_URL, headers=HEADERS, data=json.dumps(data)).json()
132
+ print(outputs)
133
  return outputs
134
 
135
  msg.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(