Spaces:
Running
Running
Update src/generation.py
Browse files- 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 =
|
| 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",
|