imseldrith commited on
Commit
ae126d2
1 Parent(s): 39a10ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [["unzip-bot-beta.zip", "/unzip"]]
19
 
20
- app = gr.Interface(unzip_file, inputs, outputs, title=title, description=description,)
21
 
22
  app.launch(debug=True)
 
17
  description = "This app unzips a zip file to the specified extract path."
18
  examples = [["unzip-bot-beta.zip", "/unzip"]]
19
 
20
+ app = gr.Interface(unzip_file, inputs, outputs, title=title, description=description,examples=examples)
21
 
22
  app.launch(debug=True)