Spaces:
Sleeping
Sleeping
Commit
·
c374e9f
1
Parent(s):
d0ac644
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,10 @@ create = st.button("Create The Model")
|
|
24 |
if create:
|
25 |
st.session_state.t2m_mod = create_model(loc=the_type)
|
26 |
|
27 |
-
|
|
|
|
|
|
|
28 |
|
29 |
c1,c2,c3 = st.columns([1,1,3])
|
30 |
c4,c5 = st.columns(2)
|
|
|
24 |
if create:
|
25 |
st.session_state.t2m_mod = create_model(loc=the_type)
|
26 |
|
27 |
+
|
28 |
+
c0 = st.columns(1)
|
29 |
+
with C0:
|
30 |
+
prom = st.text_input("# Prompt",'# Input prompt')
|
31 |
|
32 |
c1,c2,c3 = st.columns([1,1,3])
|
33 |
c4,c5 = st.columns(2)
|