omkar56 commited on
Commit
646c2ca
·
1 Parent(s): 31213b3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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
  """