Update app.py
Browse files
app.py
CHANGED
|
@@ -2,11 +2,10 @@ import gradio as gr
|
|
| 2 |
from src.models.pipeline import PIPELINE
|
| 3 |
from src.content.transcription_tab import transcription_tab
|
| 4 |
from src.content.about_tab import about_tab
|
| 5 |
-
from src.content.contact_tab import contact_tab
|
| 6 |
from src.content.front_image import image_tab
|
| 7 |
-
from src.content.method_tab import method_tab
|
| 8 |
from src.content.results_tab import results_tab
|
| 9 |
from src.content.about_us_tab import about_us_tab
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
|
|
|
|
| 2 |
from src.models.pipeline import PIPELINE
|
| 3 |
from src.content.transcription_tab import transcription_tab
|
| 4 |
from src.content.about_tab import about_tab
|
|
|
|
| 5 |
from src.content.front_image import image_tab
|
|
|
|
| 6 |
from src.content.results_tab import results_tab
|
| 7 |
from src.content.about_us_tab import about_us_tab
|
| 8 |
+
from src.content.others_tab import pdf_tab
|
| 9 |
|
| 10 |
|
| 11 |
|