Olivier-Truong commited on
Commit
1e673da
1 Parent(s): f74ed50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -159,6 +159,7 @@ def upload_img():
159
  @sock.route('/pred')
160
  def echo(ws):
161
  data = ws.receive()
 
162
  ws.send(data)
163
  return ""
164
 
 
159
  @sock.route('/pred')
160
  def echo(ws):
161
  data = ws.receive()
162
+ print(data)
163
  ws.send(data)
164
  return ""
165