Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ sys.path.append("detectron2")
|
|
11 |
|
12 |
import uuid # Import the UUID library
|
13 |
import torch
|
|
|
14 |
from pdfextract_fun import *
|
15 |
from pdfsummary_fun import *
|
16 |
from imagesummary_fun import *
|
|
|
11 |
|
12 |
import uuid # Import the UUID library
|
13 |
import torch
|
14 |
+
import gradio as gr
|
15 |
from pdfextract_fun import *
|
16 |
from pdfsummary_fun import *
|
17 |
from imagesummary_fun import *
|