909ahmed commited on
Commit
3d1e7d1
1 Parent(s): 977ee0e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def respond(
156
 
157
  idx = context
158
  result = ""
159
- for _ in range(100):
160
 
161
  idx_cond = idx[:, -block_size:]
162
  logits, loss = model(idx_cond)
 
156
 
157
  idx = context
158
  result = ""
159
+ for _ in range(500):
160
 
161
  idx_cond = idx[:, -block_size:]
162
  logits, loss = model(idx_cond)