Spaces:
Running
Running
Update app.py (#9)
Browse files- Update app.py (1578ed1a6cde2382f142c57de1859e257be2fac2)
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="/")
|