Spaces:
Sleeping
Sleeping
Update scrape_3gpp.py
Browse files- scrape_3gpp.py +1 -0
scrape_3gpp.py
CHANGED
|
@@ -6,6 +6,7 @@ import pandas as pd
|
|
| 6 |
import numpy as np
|
| 7 |
import zipfile
|
| 8 |
import textract
|
|
|
|
| 9 |
|
| 10 |
def scrape(url, excel_file, folder_name,progress=gr.Progress()):
|
| 11 |
filenames = []
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
import zipfile
|
| 8 |
import textract
|
| 9 |
+
import gradio as gr
|
| 10 |
|
| 11 |
def scrape(url, excel_file, folder_name,progress=gr.Progress()):
|
| 12 |
filenames = []
|