Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ def main():
|
|
106 |
|
107 |
with tab1:
|
108 |
st.subheader("Architecture Diagram")
|
109 |
-
st.image("https://
|
110 |
-
|
111 |
|
112 |
with tab2:
|
113 |
st.subheader("Model Size Comparison")
|
|
|
106 |
|
107 |
with tab1:
|
108 |
st.subheader("Architecture Diagram")
|
109 |
+
st.image("https://jalammar.github.io/images/t/transformer.png",
|
110 |
+
use_container_width=True)
|
111 |
|
112 |
with tab2:
|
113 |
st.subheader("Model Size Comparison")
|