imseldrith commited on
Commit
5ac4030
·
1 Parent(s): 9143227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def unzip_file(zip_path, extract_path):
7
  return "File successfully unzipped!"
8
 
9
  inputs = [
10
- gr.inputs.Filepath(label="Zip file"),
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