Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import src.Paraphrase as Paraphrase
|
|
| 3 |
import src.Translate as Translate
|
| 4 |
from typing import Optional
|
| 5 |
from fastapi_mcp import FastApiMCP
|
|
|
|
| 6 |
|
| 7 |
app = FastAPI()
|
| 8 |
# app = FastAPI(docs_url="/docs")
|
|
|
|
| 3 |
import src.Translate as Translate
|
| 4 |
from typing import Optional
|
| 5 |
from fastapi_mcp import FastApiMCP
|
| 6 |
+
from huggingface_hub import hf_hub_download, list_repo_files
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
# app = FastAPI(docs_url="/docs")
|