Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -189,6 +189,7 @@ with my_app:
|
|
189 |
with gr.Column():
|
190 |
img_source = gr.Image(label="Please select source Image")
|
191 |
source_image_loader = gr.Button("Load above Image")
|
|
|
192 |
with gr.Column():
|
193 |
output_label = gr.Label(label="Predicted Masked Image")
|
194 |
img_output = gr.Image(label="Image Output")
|
|
|
189 |
with gr.Column():
|
190 |
img_source = gr.Image(label="Please select source Image")
|
191 |
source_image_loader = gr.Button("Load above Image")
|
192 |
+
img1 = gr.Image("__results___83_0 (2).png")
|
193 |
with gr.Column():
|
194 |
output_label = gr.Label(label="Predicted Masked Image")
|
195 |
img_output = gr.Image(label="Image Output")
|