Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,6 @@ async def ask_ai(request: Request):
|
|
| 84 |
|
| 85 |
if start != -1 and end != -1:
|
| 86 |
try:
|
| 87 |
-
|
| 88 |
parsed = json.loads(reply)
|
| 89 |
reply = parsed.get("response", "")
|
| 90 |
except json.JSONDecodeError:
|
|
|
|
| 84 |
|
| 85 |
if start != -1 and end != -1:
|
| 86 |
try:
|
|
|
|
| 87 |
parsed = json.loads(reply)
|
| 88 |
reply = parsed.get("response", "")
|
| 89 |
except json.JSONDecodeError:
|