mgokg commited on
Commit
897be90
·
verified ·
1 Parent(s): 8ccf021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from PyPDF2 import PdfReader
3
  import os
 
4
 
5
  def process_pdf(file):
6
  # Read the PDF content
 
1
  import gradio as gr
2
  from PyPDF2 import PdfReader
3
  import os
4
+ from docx import Document as DocxDocument
5
 
6
  def process_pdf(file):
7
  # Read the PDF content