Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
7233a99
1
Parent(s):
f97b8b1
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ st.set_page_config(
|
|
62 |
st.title('DIFF-SVC Render')
|
63 |
|
64 |
###CKPT LOADER
|
65 |
-
|
66 |
# Check if user uploaded a CKPT file
|
67 |
if ckpt is not None:
|
68 |
#TEMP FUNCTION
|
|
|
62 |
st.title('DIFF-SVC Render')
|
63 |
|
64 |
###CKPT LOADER
|
65 |
+
ckpt = st.file_uploader("Choose your CKPT", type= 'ckpt')
|
66 |
# Check if user uploaded a CKPT file
|
67 |
if ckpt is not None:
|
68 |
#TEMP FUNCTION
|