Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import numpy as np
|
|
4 |
from PIL import Image
|
5 |
|
6 |
|
7 |
-
st.set_page_config(page_title="
|
8 |
-
st.title("
|
9 |
st.markdown("When you upload your image, our protective filter will be applied to ensure it is not used as training data for deepfake purposes")
|
10 |
st.markdown("Please, no refresh")
|
11 |
st.markdown(
|
|
|
4 |
from PIL import Image
|
5 |
|
6 |
|
7 |
+
st.set_page_config(page_title="๋ฅํ์ดํฌ ์ฌ์ ๋ฐฉ์ง ํํฐ(ํ
์คํธ)", layout="wide")
|
8 |
+
st.title("๋ฅํ์ดํฌ ์ฌ์ ๋ฐฉ์ง ํํฐ(ํ
์คํธ)")
|
9 |
st.markdown("When you upload your image, our protective filter will be applied to ensure it is not used as training data for deepfake purposes")
|
10 |
st.markdown("Please, no refresh")
|
11 |
st.markdown(
|