Pavithiran commited on
Commit
0ccbc11
·
verified ·
1 Parent(s): 4596e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(
41
 
42
  response += token
43
 
44
- yield response
45
  except Exception as e:
46
  yield f"Error: {e}"
47
  """
 
41
 
42
  response += token
43
 
44
+ yield response.json()
45
  except Exception as e:
46
  yield f"Error: {e}"
47
  """