Commit
·
630a883
1
Parent(s):
f25864b
Update app.py
Browse filesupdate title and remove footer
app.py
CHANGED
@@ -37,7 +37,9 @@ with gr.Blocks() as demo:
|
|
37 |
|
38 |
input.stream(fn=fun,
|
39 |
inputs = input,
|
40 |
-
outputs = output
|
|
|
|
|
41 |
|
42 |
|
43 |
|
|
|
37 |
|
38 |
input.stream(fn=fun,
|
39 |
inputs = input,
|
40 |
+
outputs = output,
|
41 |
+
title="Hand Keypoint Detection Realtime | Datascience Dojo",
|
42 |
+
css="footer {display:none !important} .output-markdown{display:none !important}")
|
43 |
|
44 |
|
45 |
|