Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def display_message():
|
|
37 |
|
38 |
log = ''
|
39 |
|
40 |
-
for i in range(
|
41 |
(result, n_tokens) = run_LLM(model, tokenizer, streamer, prompt)
|
42 |
|
43 |
total_tokens = total_tokens + n_tokens
|
|
|
37 |
|
38 |
log = ''
|
39 |
|
40 |
+
for i in range(10):
|
41 |
(result, n_tokens) = run_LLM(model, tokenizer, streamer, prompt)
|
42 |
|
43 |
total_tokens = total_tokens + n_tokens
|