Spaces:
Build error
Build error
Commit
·
39a10ed
1
Parent(s):
b927939
Update app.py
Browse files
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 |
-
|
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 |
|