Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def text_generate(prompt):
|
|
53 |
},
|
54 |
"options":
|
55 |
{"use_cache": True,
|
56 |
-
"
|
57 |
},}
|
58 |
response = requests.post(API_URL, headers=headers, json=json_)
|
59 |
print(f"Response is : {response}")
|
|
|
53 |
},
|
54 |
"options":
|
55 |
{"use_cache": True,
|
56 |
+
"wait_for_model": True,
|
57 |
},}
|
58 |
response = requests.post(API_URL, headers=headers, json=json_)
|
59 |
print(f"Response is : {response}")
|