Spaces:
Sleeping
Sleeping
Commit
·
5ac4030
1
Parent(s):
9143227
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def unzip_file(zip_path, extract_path):
|
|
7 |
return "File successfully unzipped!"
|
8 |
|
9 |
inputs = [
|
10 |
-
gr.
|
11 |
gr.inputs.Textbox(label="Extract path")
|
12 |
]
|
13 |
|
|
|
7 |
return "File successfully unzipped!"
|
8 |
|
9 |
inputs = [
|
10 |
+
gr.Textbox(label="Zip file"),
|
11 |
gr.inputs.Textbox(label="Extract path")
|
12 |
]
|
13 |
|