Junjie96 commited on
Commit
2538f2a
1 Parent(s): c85903e

Update src/generation.py

Browse files
Files changed (1) hide show
  1. src/generation.py +1 -1
src/generation.py CHANGED
@@ -16,7 +16,7 @@ def call_generation(data):
16
  url_query = os.getenv("URL_QUERY")
17
 
18
  batch_size = 2
19
- repeat_times = 2
20
 
21
  headers = {
22
  "Content-Type": "application/json",
 
16
  url_query = os.getenv("URL_QUERY")
17
 
18
  batch_size = 2
19
+ repeat_times = 1
20
 
21
  headers = {
22
  "Content-Type": "application/json",