prasadnu commited on
Commit
c3801f4
·
1 Parent(s): 2aaf8d1

fix for s3 render

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def async_bedrock_warmup():
29
  print(f"[Background Warmup] Failed: {e}")
30
 
31
  if "bedrock_warmup_done" not in st.session_state:
32
- threading.Thread(target=async_bedrock_warmup).start()
33
 
34
 
35
  st.markdown("""
 
29
  print(f"[Background Warmup] Failed: {e}")
30
 
31
  if "bedrock_warmup_done" not in st.session_state:
32
+ async_bedrock_warmup
33
 
34
 
35
  st.markdown("""