imseldrith commited on
Commit
2a5986c
·
1 Parent(s): d206a8b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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)