gchhablani commited on
Commit
c381867
1 Parent(s): ff1a6ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def read_markdown(path, parent="./sections/"):
42
 
43
 
44
  checkpoints = ["./ckpt/ckpt-17499"] # TODO: Maybe add more checkpoints?
45
- dummy_data = pd.read_csv("reference.tsv", sep="\t")
46
 
47
  st.set_page_config(
48
  page_title="Multilingual Image Captioning",
 
42
 
43
 
44
  checkpoints = ["./ckpt/ckpt-17499"] # TODO: Maybe add more checkpoints?
45
+ dummy_data = pd.read_csv("references.tsv", sep="\t")
46
 
47
  st.set_page_config(
48
  page_title="Multilingual Image Captioning",