Update app.py
Browse files
app.py
CHANGED
|
@@ -771,7 +771,7 @@
|
|
| 771 |
|
| 772 |
|
| 773 |
|
| 774 |
-
|
| 775 |
import logging
|
| 776 |
import random
|
| 777 |
import warnings
|
|
@@ -792,7 +792,6 @@ from fastapi.responses import JSONResponse
|
|
| 792 |
from fastapi.middleware.cors import CORSMiddleware
|
| 793 |
from concurrent.futures import ThreadPoolExecutor
|
| 794 |
import uvicorn
|
| 795 |
-
import spaces
|
| 796 |
|
| 797 |
# Configure logging
|
| 798 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 771 |
|
| 772 |
|
| 773 |
|
| 774 |
+
import spaces
|
| 775 |
import logging
|
| 776 |
import random
|
| 777 |
import warnings
|
|
|
|
| 792 |
from fastapi.middleware.cors import CORSMiddleware
|
| 793 |
from concurrent.futures import ThreadPoolExecutor
|
| 794 |
import uvicorn
|
|
|
|
| 795 |
|
| 796 |
# Configure logging
|
| 797 |
logging.basicConfig(level=logging.INFO)
|