Shriarulmozhivarman
commited on
Commit
·
3058ecc
1
Parent(s):
e0d1b33
docx
Browse files
app.py
CHANGED
@@ -199,6 +199,12 @@ with gr.Blocks() as demo:
|
|
199 |
outputs=[img_input, denoise_img_input, morph_img_input, edge_img_input]
|
200 |
)
|
201 |
|
202 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
# Launch the Gradio interface
|
204 |
demo.launch()
|
|
|
199 |
outputs=[img_input, denoise_img_input, morph_img_input, edge_img_input]
|
200 |
)
|
201 |
|
202 |
+
gr.Markdown("""
|
203 |
+
### Transfer Image Instructions:
|
204 |
+
- **Select Source Tab**: Choose the tab from which you want to transfer the image (e.g., Add Noise, Remove Noise, Morphological Operations, Edge Detection).
|
205 |
+
- **Select Destination Tab**: Choose the tab where you want to send the image.
|
206 |
+
- **Click Transfer Image**: After selecting the source and destination, click the "Transfer Image" button to move the image to the selected tab.
|
207 |
+
- **Note**: If the source tab has no processed image, the input image will be transferred instead.
|
208 |
+
""")
|
209 |
# Launch the Gradio interface
|
210 |
demo.launch()
|