Fetching metadata from the HF Docker repository...
ashhal
commited on
|
@@ -1,4 +1,4 @@
|
1
|
-
import streamlit as st
|
2
|
import fitz # PyMuPDF
|
3
|
import re
|
4
|
import pandas as pd
|
|
|
1
|
+
import gradio as gr
|
2
|
import fitz # PyMuPDF
|
3
|
import re
|
4
|
import pandas as pd
|