Spaces:
Paused
Paused
Update olapp.py
Browse files
olapp.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from http.server import HTTPServer, BaseHTTPRequestHandler
|
2 |
from urllib.parse import urlparse
|
|
|
3 |
import json
|
4 |
from huggingface_hub.file_download import http_get
|
5 |
from llama_cpp import Llama
|
|
|
1 |
from http.server import HTTPServer, BaseHTTPRequestHandler
|
2 |
from urllib.parse import urlparse
|
3 |
+
import os
|
4 |
import json
|
5 |
from huggingface_hub.file_download import http_get
|
6 |
from llama_cpp import Llama
|