Huertas97 commited on
Commit
4676988
1 Parent(s): 910dcfa

Update app_inpaint.py

Browse files
Files changed (1) hide show
  1. app_inpaint.py +1 -1
app_inpaint.py CHANGED
@@ -25,7 +25,7 @@ st.set_page_config(
25
  }
26
  )
27
 
28
- @st.cache_data(show_spinner=False, allow_output_mutation=True, suppress_st_warning=True)
29
  def load_models():
30
  #specify shortform of language you want to extract,
31
  # I am using Spanish(es) and English(en) here by list of language ids
 
25
  }
26
  )
27
 
28
+ @st.cache_data(show_spinner=False, suppress_st_warning=True)
29
  def load_models():
30
  #specify shortform of language you want to extract,
31
  # I am using Spanish(es) and English(en) here by list of language ids