Spaces:
Paused
Paused
Upload server/main.py with huggingface_hub
Browse files- server/main.py +1 -1
server/main.py
CHANGED
|
@@ -19,7 +19,7 @@ from typing import Any, Optional
|
|
| 19 |
|
| 20 |
from fastapi import FastAPI, HTTPException, Query
|
| 21 |
from fastapi.middleware.cors import CORSMiddleware
|
| 22 |
-
from fastapi.responses import PlainTextResponse
|
| 23 |
from pydantic import BaseModel
|
| 24 |
|
| 25 |
from immunoorg.models import (
|
|
|
|
| 19 |
|
| 20 |
from fastapi import FastAPI, HTTPException, Query
|
| 21 |
from fastapi.middleware.cors import CORSMiddleware
|
| 22 |
+
from fastapi.responses import HTMLResponse, PlainTextResponse
|
| 23 |
from pydantic import BaseModel
|
| 24 |
|
| 25 |
from immunoorg.models import (
|