Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
from fastapi import FastAPI, HTTPException
|
25 |
from pydantic import BaseModel
|
26 |
from huggingface_hub import InferenceClient
|
|
|
27 |
|
28 |
app = FastAPI()
|
29 |
|
|
|
24 |
from fastapi import FastAPI, HTTPException
|
25 |
from pydantic import BaseModel
|
26 |
from huggingface_hub import InferenceClient
|
27 |
+
import os
|
28 |
|
29 |
app = FastAPI()
|
30 |
|