Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import torch
|
| 3 |
import fitz # PyMuPDF for PDF text extraction
|
|
|
|
| 1 |
+
|
| 2 |
+
# This app allows to upload PDF files,
|
| 3 |
+
# It compares the speed and output of two versions of a machine learning model (original and optimized/quantized) to classify the content in the PDFs.
|
| 4 |
+
|
| 5 |
import gradio as gr
|
| 6 |
import torch
|
| 7 |
import fitz # PyMuPDF for PDF text extraction
|