Spaces:
Runtime error
Runtime error
chore: adding good description
Browse files
app.py
CHANGED
@@ -42,9 +42,8 @@ Involution Kernel
|
|
42 |
</center>"""
|
43 |
|
44 |
# define the description
|
45 |
-
description="""
|
46 |
-
Visualize the activation maps from the Involution Kernel
|
47 |
-
</center>
|
48 |
"""
|
49 |
iface = gr.Interface(
|
50 |
fn=infer,
|
|
|
42 |
</center>"""
|
43 |
|
44 |
# define the description
|
45 |
+
description="""
|
46 |
+
Visualize the activation maps from the Involution Kernel.π΅π»ββοΈ
|
|
|
47 |
"""
|
48 |
iface = gr.Interface(
|
49 |
fn=infer,
|