g8a9 commited on
Commit
7264c9b
1 Parent(s): 69dfe66

Minor changes.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ x = st.slider("Select a value")
15
  st.write(x, "squared is", x * x)
16
 
17
  model = get_model()
18
- st.write(str(model.config["architectures"]))
 
15
  st.write(x, "squared is", x * x)
16
 
17
  model = get_model()
18
+ st.write(str(model.config))