fg-mindee
commited on
Commit
·
ea7721e
1
Parent(s):
1e9bd4c
docs: Added link to Github repo
Browse files
app.py
CHANGED
@@ -31,6 +31,9 @@ def main():
|
|
31 |
st.title("TorchCAM: class activation explorer")
|
32 |
# For newline
|
33 |
st.write('\n')
|
|
|
|
|
|
|
34 |
# Set the columns
|
35 |
cols = st.columns((1, 1, 1))
|
36 |
cols[0].header("Input image")
|
|
|
31 |
st.title("TorchCAM: class activation explorer")
|
32 |
# For newline
|
33 |
st.write('\n')
|
34 |
+
st.write('See the project at: https://github.com/frgfm/torch-cam')
|
35 |
+
# For newline
|
36 |
+
st.write('\n')
|
37 |
# Set the columns
|
38 |
cols = st.columns((1, 1, 1))
|
39 |
cols[0].header("Input image")
|