Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from all_models import models
|
|
5 |
import asyncio
|
6 |
import os
|
7 |
import logging
|
|
|
8 |
import http.client
|
9 |
import json
|
10 |
import ssl
|
|
|
5 |
import asyncio
|
6 |
import os
|
7 |
import logging
|
8 |
+
from fastapi import HTTPException
|
9 |
import http.client
|
10 |
import json
|
11 |
import ssl
|