Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from fastapi import FastAPI
|
2 |
-
import src.
|
3 |
-
import src.
|
4 |
from typing import Optional
|
5 |
|
6 |
app = FastAPI(docs_url="/")
|
|
|
1 |
from fastapi import FastAPI
|
2 |
+
import src.Paraphrase as Paraphrase
|
3 |
+
import src.Translate as Translate
|
4 |
from typing import Optional
|
5 |
|
6 |
app = FastAPI(docs_url="/")
|