mlgawd commited on
Commit
2c8dc56
1 Parent(s): 9c10f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
3
  import streamlit as st
4
 
5
 
6
- st.warning("For larger images, the processing time may be significant. Consider using a lower resolution image or be prepared to wait.")
7
 
8
  import numpy as np
9
  import torch
 
3
  import streamlit as st
4
 
5
 
6
+ st.warning("For larger images, the processing time may be significant. Consider using a lower resolution image or be prepared to wait as this is running on free CPUs. Consider using <50kb")
7
 
8
  import numpy as np
9
  import torch