Spaces:
Running
Running
Annonymous
commited on
Commit
·
2f9b167
1
Parent(s):
1c0fdd6
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with xai:
|
|
217 |
load_model_button = gr.Button("Load Model")
|
218 |
status_or_similarity = gr.inputs.Textbox(label = "Status")
|
219 |
with gr.Row():
|
220 |
-
gr.Markdown("You can either load two images or load a single image and augment it to get the second image (in that case please check the \"Use Augmentations\" checkbox). After that, please press on \"Show Images\"")
|
221 |
img1 = gr.Image(type='pil', label = "First Image")
|
222 |
img2 = gr.Image(type='pil', label = "Second Image")
|
223 |
with gr.Row():
|
|
|
217 |
load_model_button = gr.Button("Load Model")
|
218 |
status_or_similarity = gr.inputs.Textbox(label = "Status")
|
219 |
with gr.Row():
|
220 |
+
gr.Markdown("You can either load two images or load a single image and augment it to get the second image (in that case please check the \"Use Augmentations\" checkbox). After that, please press on \"Show Images\". The similarity will be shown in the \"Status\" bar.")
|
221 |
img1 = gr.Image(type='pil', label = "First Image")
|
222 |
img2 = gr.Image(type='pil', label = "Second Image")
|
223 |
with gr.Row():
|