Spaces:
Runtime error
Runtime error
Commit
·
c9478dd
1
Parent(s):
0d45fc1
Update app.py
Browse files
app.py
CHANGED
@@ -99,5 +99,5 @@ footer {display:none !important}
|
|
99 |
|
100 |
"""
|
101 |
|
102 |
-
intf = gr.Interface(fn=fun, inputs=image, outputs=keypoint, title="
|
103 |
intf.launch(inline=False,debug=True)
|
|
|
99 |
|
100 |
"""
|
101 |
|
102 |
+
intf = gr.Interface(fn=fun, inputs=image, outputs=keypoint, title="Keypoint Detection | Datascience Dojo", examples=examples, css=css)
|
103 |
intf.launch(inline=False,debug=True)
|