Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -2,6 +2,7 @@ from fastapi import FastAPI, File, Request, UploadFile, Body, Depends, HTTPExcep
|
|
2 |
from fastapi.security.api_key import APIKeyHeader
|
3 |
from typing import Optional
|
4 |
from gpt4all import GPT4All
|
|
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
|
7 |
"""
|
|
|
2 |
from fastapi.security.api_key import APIKeyHeader
|
3 |
from typing import Optional
|
4 |
from gpt4all import GPT4All
|
5 |
+
import os
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
|
8 |
"""
|