Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ from fastapi import FastAPI
|
|
2 |
from fastapi.middleware.cors import CORSMiddleware
|
3 |
from src.TinyLLama import text_generation
|
4 |
from src.classmodels.inputforgeneration import InputForGeneration
|
5 |
-
from src.classmodels.generatedoutput import GeneratedOutput
|
6 |
import uvicorn
|
7 |
|
8 |
app = FastAPI()
|
|
|
2 |
from fastapi.middleware.cors import CORSMiddleware
|
3 |
from src.TinyLLama import text_generation
|
4 |
from src.classmodels.inputforgeneration import InputForGeneration
|
|
|
5 |
import uvicorn
|
6 |
|
7 |
app = FastAPI()
|