Spaces:
Runtime error
Runtime error
Commit
·
91bb511
1
Parent(s):
304bc04
Update app.py
Browse files
app.py
CHANGED
@@ -85,5 +85,5 @@ div[data-testid="label"] {overflow-x: hidden !important; overflow-y: scroll !imp
|
|
85 |
|
86 |
"""
|
87 |
|
88 |
-
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples ,title="Hand Gesture Recognition |
|
89 |
intf.launch(inline=False)
|
|
|
85 |
|
86 |
"""
|
87 |
|
88 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label,examples=examples ,title="Hand Gesture Recognition | Data Science Dojo", css=css)
|
89 |
intf.launch(inline=False)
|