Spaces:
Runtime error
Runtime error
Commit
·
8887a1d
1
Parent(s):
fcdc0b9
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ async def predict_image(img):
|
|
| 65 |
with gr.Blocks(title="Spoof-Demo", css="#custom_header {min-height: 3rem; text-align: center} #custom_title {min-height: 3rem; text-align: center}") as demo :
|
| 66 |
gr.Markdown("# Face Antispoof-Demo", elem_id="custom_title")
|
| 67 |
gr.Markdown("## Gradio Demo for Face Antispoofing Detection using DeepPairNet based on ResNet50", elem_id="custom_header")
|
| 68 |
-
gr.Markdown("## 👨💻 Only
|
| 69 |
with gr.Row():
|
| 70 |
with gr.Column():
|
| 71 |
with gr.Box():
|
|
|
|
| 65 |
with gr.Blocks(title="Spoof-Demo", css="#custom_header {min-height: 3rem; text-align: center} #custom_title {min-height: 3rem; text-align: center}") as demo :
|
| 66 |
gr.Markdown("# Face Antispoof-Demo", elem_id="custom_title")
|
| 67 |
gr.Markdown("## Gradio Demo for Face Antispoofing Detection using DeepPairNet based on ResNet50", elem_id="custom_header")
|
| 68 |
+
gr.Markdown("## 👨💻 Only for research preview Intended" ,elem_id="custom_header")
|
| 69 |
with gr.Row():
|
| 70 |
with gr.Column():
|
| 71 |
with gr.Box():
|