joe chou commited on
Commit
54d918f
1 Parent(s): 0215fa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def init():
49
 
50
  img = mpimg.imread('figure.png')
51
  # Output Images
52
- st.image(img, width=1000, use_column_width='always')
53
  model, text_tokenizer, cond_tokenizer, args, trainer = init()
54
 
55
 
 
49
 
50
  img = mpimg.imread('figure.png')
51
  # Output Images
52
+ st.image(img, width=1000)
53
  model, text_tokenizer, cond_tokenizer, args, trainer = init()
54
 
55