Update app.py
Browse files
app.py
CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(css=".custom-label { font-weight: bold !important; font-size: 16p
|
|
291 |
model_loading_status = gr.Textbox(label="Model Loading Status")
|
292 |
with gr.Row():
|
293 |
with gr.Column(scale=5):
|
294 |
-
gr.Markdown("### Image Detection")
|
295 |
image = gr.Image(label="Upload/Capture/Paste your image", type="pil")
|
296 |
image_submit_btn = gr.Button("Submit")
|
297 |
output_results_image = gr.Textbox(label="Detection Result")
|
|
|
291 |
model_loading_status = gr.Textbox(label="Model Loading Status")
|
292 |
with gr.Row():
|
293 |
with gr.Column(scale=5):
|
294 |
+
gr.Markdown("### Image Detection (Fast Try: copying image from [whichfaceisreal](https://whichfaceisreal.com/))")
|
295 |
image = gr.Image(label="Upload/Capture/Paste your image", type="pil")
|
296 |
image_submit_btn = gr.Button("Submit")
|
297 |
output_results_image = gr.Textbox(label="Detection Result")
|