Spaces:
Sleeping
Sleeping
Commit
·
50a299e
1
Parent(s):
d0044a0
debug
Browse files
app.py
CHANGED
@@ -279,6 +279,7 @@ def http_bot(state, temperature, top_p, max_new_tokens):
|
|
279 |
# for stream
|
280 |
output = get_response(pload)
|
281 |
print(output)
|
|
|
282 |
for chunk in output:
|
283 |
if chunk:
|
284 |
data = json.loads(chunk.decode())
|
|
|
279 |
# for stream
|
280 |
output = get_response(pload)
|
281 |
print(output)
|
282 |
+
print("-" * 10)
|
283 |
for chunk in output:
|
284 |
if chunk:
|
285 |
data = json.loads(chunk.decode())
|