cszhzleo commited on
Commit
da4ed7a
1 Parent(s): ee6f528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def upload_image():
76
  st.stop()
77
 
78
 
79
- #@st.cache_data(show_spinner=False)
80
  def ask_llm(prompt, byte_image):
81
  payload = {
82
  "prompt":prompt,
 
76
  st.stop()
77
 
78
 
79
+ @st.cache_data(show_spinner=False)
80
  def ask_llm(prompt, byte_image):
81
  payload = {
82
  "prompt":prompt,