Spaces:
Sleeping
Sleeping
Commit
·
2a5986c
1
Parent(s):
d206a8b
Update main.py
Browse files
main.py
CHANGED
@@ -9,4 +9,4 @@ def extract_zip(filename):
|
|
9 |
|
10 |
|
11 |
iface = gr.Interface(fn=extract_zip, inputs="text", outputs="text", title="Extract Zip File")
|
12 |
-
iface.launch()
|
|
|
9 |
|
10 |
|
11 |
iface = gr.Interface(fn=extract_zip, inputs="text", outputs="text", title="Extract Zip File")
|
12 |
+
iface.launch(debug=True)
|