Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1081,10 +1081,9 @@ def create_ui():
|
|
1081 |
)
|
1082 |
gr.Markdown("Note: The model shown here has a darker appearance. Download to get correct results.")
|
1083 |
|
1084 |
-
|
1085 |
-
|
1086 |
|
1087 |
-
'''
|
1088 |
mv_images = gr.State()
|
1089 |
|
1090 |
submit.click(fn=check_input_image, inputs=[new_crop_save_path], outputs=[process_images]).success(
|
|
|
1081 |
)
|
1082 |
gr.Markdown("Note: The model shown here has a darker appearance. Download to get correct results.")
|
1083 |
|
1084 |
+
|
1085 |
+
|
1086 |
|
|
|
1087 |
mv_images = gr.State()
|
1088 |
|
1089 |
submit.click(fn=check_input_image, inputs=[new_crop_save_path], outputs=[process_images]).success(
|