Spaces:
Runtime error
Runtime error
Update TextGen/router.py
Browse files- TextGen/router.py +0 -2
TextGen/router.py
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
from pydantic import BaseModel
|
2 |
-
|
3 |
-
from .ConfigEnv import config
|
4 |
from fastapi.middleware.cors import CORSMiddleware
|
5 |
|
6 |
|
|
|
1 |
from pydantic import BaseModel
|
|
|
|
|
2 |
from fastapi.middleware.cors import CORSMiddleware
|
3 |
|
4 |
|