Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -283,6 +283,7 @@ def simple_chat(message, temperature: float = 0.8, max_length: int = 4096, top_p
|
|
283 |
json_content = json.loads(buffer)
|
284 |
formatted_text = format_json_to_string(json_content)
|
285 |
except json.JSONDecodeError:
|
|
|
286 |
formatted_text = buffer
|
287 |
|
288 |
print("---------")
|
|
|
283 |
json_content = json.loads(buffer)
|
284 |
formatted_text = format_json_to_string(json_content)
|
285 |
except json.JSONDecodeError:
|
286 |
+
print("entro error")
|
287 |
formatted_text = buffer
|
288 |
|
289 |
print("---------")
|