Spaces:
Runtime error
Runtime error
Commit
·
f91b0b1
1
Parent(s):
69099d3
Update app.py
Browse filesfooter and img removed
app.py
CHANGED
|
@@ -97,8 +97,8 @@ def sign(img):
|
|
| 97 |
def set_example_image(example: list) -> dict:
|
| 98 |
return gr.inputs.Image.update(value=example[0])
|
| 99 |
|
| 100 |
-
with gr.Blocks() as demo:
|
| 101 |
-
|
| 102 |
with gr.Tabs():
|
| 103 |
with gr.TabItem('Upload'):
|
| 104 |
with gr.Row():
|
|
|
|
| 97 |
def set_example_image(example: list) -> dict:
|
| 98 |
return gr.inputs.Image.update(value=example[0])
|
| 99 |
|
| 100 |
+
with gr.Blocks(title="Face Mesh | Data Science Dojo", css="footer {display:none !important} .output-markdown{display:none !important}") as demo:
|
| 101 |
+
|
| 102 |
with gr.Tabs():
|
| 103 |
with gr.TabItem('Upload'):
|
| 104 |
with gr.Row():
|