Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -15,6 +15,7 @@ from pptx import Presentation
|
|
| 15 |
import pytesseract
|
| 16 |
import torch
|
| 17 |
from typing import Dict
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
from fastapi.responses import HTMLResponse
|
|
|
|
| 15 |
import pytesseract
|
| 16 |
import torch
|
| 17 |
from typing import Dict
|
| 18 |
+
from transformers import Pipeline
|
| 19 |
|
| 20 |
|
| 21 |
from fastapi.responses import HTMLResponse
|