Update app.py
Browse files
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
|