Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def main():
|
|
56 |
outputs=image_output,
|
57 |
)
|
58 |
|
59 |
-
iface.launch()
|
60 |
|
61 |
|
62 |
def extract_metadata(image_file):
|
@@ -155,4 +155,4 @@ def toggle_censor(image_state):
|
|
155 |
|
156 |
|
157 |
if __name__ == "__main__":
|
158 |
-
|
|
|
56 |
outputs=image_output,
|
57 |
)
|
58 |
|
59 |
+
iface.launch(show_error=True)
|
60 |
|
61 |
|
62 |
def extract_metadata(image_file):
|
|
|
155 |
|
156 |
|
157 |
if __name__ == "__main__":
|
158 |
+
main()
|