Spaces:
Sleeping
Sleeping
display update
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ yolov8_dff = os.path.join(os.getcwd(), "data/xai/yolov8_dff.png")
|
|
10 |
# Netron HTML templates
|
11 |
def get_netron_html(model_url):
|
12 |
return f"""
|
13 |
-
<div style="background-color: black; padding:
|
14 |
<iframe
|
15 |
src="{model_url}"
|
16 |
width="100%"
|
@@ -53,8 +53,8 @@ body {
|
|
53 |
with gr.Blocks(css=custom_css) as demo:
|
54 |
gr.HTML("""
|
55 |
<div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
|
56 |
-
<span style="color: #
|
57 |
-
<span style="color: black; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools <span style="color:
|
58 |
</div>
|
59 |
""")
|
60 |
|
|
|
10 |
# Netron HTML templates
|
11 |
def get_netron_html(model_url):
|
12 |
return f"""
|
13 |
+
<div style="background-color: black; padding: 5px; border: 1px solid white;">
|
14 |
<iframe
|
15 |
src="{model_url}"
|
16 |
width="100%"
|
|
|
53 |
with gr.Blocks(css=custom_css) as demo:
|
54 |
gr.HTML("""
|
55 |
<div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
|
56 |
+
<span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
|
57 |
+
<span style="color: black; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools <span style="color: red; font-family: 'Papyrus', cursive; font-size: 18px;">☼</span> designed to illuminate the inner workings of AI.</span>
|
58 |
</div>
|
59 |
""")
|
60 |
|