moriire commited on
Commit
ce5ddf6
1 Parent(s): 4b8eb16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -80,6 +80,7 @@ async def complete(gen:GenModel):
80
  seed=gen.seed,
81
  #stream=True
82
  )
 
83
  """
84
  for chunk in output:
85
 
 
80
  seed=gen.seed,
81
  #stream=True
82
  )
83
+ print(output)
84
  """
85
  for chunk in output:
86