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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ outputs = gr.outputs.Textbox()
15
 
16
  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,)
21
 
 
15
 
16
  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