Spaces:
Configuration error
Configuration error
englert
commited on
Commit
·
7ad72b4
1
Parent(s):
6838da7
return zip path
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def predict(input_file, downsample_size):
|
|
82 |
zipf.close()
|
83 |
print("selected images zipped")
|
84 |
|
85 |
-
return
|
86 |
|
87 |
|
88 |
demo = gr.Interface(
|
|
|
82 |
zipf.close()
|
83 |
print("selected images zipped")
|
84 |
|
85 |
+
return zip_path
|
86 |
|
87 |
|
88 |
demo = gr.Interface(
|