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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,6 +17,6 @@ title = "Zip file unzipping app"
17
  description = "This app unzips a zip file to the specified extract path."
18
  #examples = [["example.zip", "/path/to/extract"]]
19
 
20
- app = gr.Interface(unzip_file, inputs, outputs, title=title, description=description, examples=examples)
21
 
22
- app.launch()
 
17
  description = "This app unzips a zip file to the specified extract path."
18
  #examples = [["example.zip", "/path/to/extract"]]
19
 
20
+ app = gr.Interface(unzip_file, inputs, outputs, title=title, description=description,)
21
 
22
+ app.launch(debug=True)