vrevar commited on
Commit ·
1fb2fd0
1
Parent(s): 36bdf68
Add application file
Browse files
app.py
CHANGED
|
@@ -166,4 +166,5 @@ with gr.Blocks() as demo:
|
|
| 166 |
process_button = gr.Button("Crop Element")
|
| 167 |
process_button.click(web_main, inputs=[orig_image, image_editor], outputs=[output_image, crop_image, zip_file])
|
| 168 |
|
| 169 |
-
|
|
|
|
|
|
| 166 |
process_button = gr.Button("Crop Element")
|
| 167 |
process_button.click(web_main, inputs=[orig_image, image_editor], outputs=[output_image, crop_image, zip_file])
|
| 168 |
|
| 169 |
+
if __name__ == "__main__":
|
| 170 |
+
demo.launch()
|