Mikhael Johanes
commited on
Commit
·
c91739d
1
Parent(s):
6c51318
update
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ def plot_indices(model, indices, lim=1.5, alpha=0.02, calculate_lim=False):
|
|
98 |
|
99 |
|
100 |
st.subheader("GIsT: Generative Isovist Transformers")
|
|
|
101 |
st.text("Pres [init] to initiate or start over")
|
102 |
-
|
103 |
options =["Base model", "Palladio", "Mies"]
|
104 |
|
105 |
if 'model' not in st.session_state:
|
|
|
98 |
|
99 |
|
100 |
st.subheader("GIsT: Generative Isovist Transformers")
|
101 |
+
st.write("[[paper](https://papers.cumincad.org/data/works/att/ecaade2023_392.pdf)]")
|
102 |
st.text("Pres [init] to initiate or start over")
|
|
|
103 |
options =["Base model", "Palladio", "Mies"]
|
104 |
|
105 |
if 'model' not in st.session_state:
|