Wootang01 commited on
Commit
042ebdb
·
1 Parent(s): 33432c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -40,7 +40,6 @@ def diff_strings(a, b):
40
 
41
  @st.cache(suppress_st_warning=True, allow_output_mutation=True)
42
  def get_happy_text(model_name):
43
- st.write(f"Loading the HappyTextToText model {model_name}, please wait...")
44
  return HappyTextToText("T5", model_name)
45
 
46
  happy_tt = get_happy_text(checkpoint)
 
40
 
41
  @st.cache(suppress_st_warning=True, allow_output_mutation=True)
42
  def get_happy_text(model_name):
 
43
  return HappyTextToText("T5", model_name)
44
 
45
  happy_tt = get_happy_text(checkpoint)