kcarnold commited on
Commit
38445c3
1 Parent(s): 56fa2a2
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
  title: "Next-Token Predictions"
3
  sdk: streamlit
4
- sdk_version: 1.19.0
 
5
  ---
6
 
7
  Demo of how an encoder-decoder model works by generating a next-token distribution.
 
1
  ---
2
  title: "Next-Token Predictions"
3
  sdk: streamlit
4
+ sdk_version: "1.19.0"
5
+ app_file: app.py
6
  ---
7
 
8
  Demo of how an encoder-decoder model works by generating a next-token distribution.