Spaces:
Sleeping
Sleeping
Update scrape_3gpp.py
Browse files- scrape_3gpp.py +1 -1
scrape_3gpp.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
import zipfile
|
8 |
import textract
|
9 |
import gradio as gr
|
10 |
-
|
11 |
|
12 |
def browse_folder(url):
|
13 |
if url.lower().endswith(('docs', 'docs/')):
|
|
|
7 |
import zipfile
|
8 |
import textract
|
9 |
import gradio as gr
|
10 |
+
import shutil
|
11 |
|
12 |
def browse_folder(url):
|
13 |
if url.lower().endswith(('docs', 'docs/')):
|