Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ from typing import Dict, Any
|
|
29 |
import re
|
30 |
import asyncio
|
31 |
import cloudscraper
|
|
|
32 |
|
33 |
tmp_dir = tempfile.gettempdir()
|
34 |
BASE_URL = "https://chrunos-zam.hf.space"
|
|
|
29 |
import re
|
30 |
import asyncio
|
31 |
import cloudscraper
|
32 |
+
import httpx
|
33 |
|
34 |
tmp_dir = tempfile.gettempdir()
|
35 |
BASE_URL = "https://chrunos-zam.hf.space"
|