Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from fastapi import FastAPI
2
- import src.paraphrase.Paraphrase as Paraphrase
3
- import src.translate.Translate as Translate
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="/")