Yatheshr commited on
Commit
3fe399d
·
verified ·
1 Parent(s): fd70c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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