Pippoz commited on
Commit
832fcb8
1 Parent(s): 65aee6e

Adding 3 models last commit app.py

Browse files

Adding the three main OPT Meta models

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ lst = answer[0]['generated_text']
41
 
42
  t = st.empty()
43
  for i in range(len(lst)):
44
- t.markdown("### %s..." % lst[0:i])
45
  time.sleep(0.04)
 
41
 
42
  t = st.empty()
43
  for i in range(len(lst)):
44
+ t.markdown("#### %s..." % lst[0:i])
45
  time.sleep(0.04)