Spaces:
Runtime error
Runtime error
Evan Davis
commited on
Commit
β’
50b871a
1
Parent(s):
3ae980a
Update UI
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ with col2:
|
|
60 |
### Settings panel in left col ###
|
61 |
with col1:
|
62 |
# st.header("π DragGAN")
|
|
|
63 |
|
64 |
settings_col1, settings_col2 = st.columns([1,1])
|
65 |
# Models from Self-Distilled SG https://github.com/self-distilled-stylegan/self-distilled-internet-photos
|
|
|
60 |
### Settings panel in left col ###
|
61 |
with col1:
|
62 |
# st.header("π DragGAN")
|
63 |
+
st.header("")
|
64 |
|
65 |
settings_col1, settings_col2 = st.columns([1,1])
|
66 |
# Models from Self-Distilled SG https://github.com/self-distilled-stylegan/self-distilled-internet-photos
|