Spaces:
Runtime error
Runtime error
Update pages/text_gen.py
Browse files- pages/text_gen.py +1 -1
pages/text_gen.py
CHANGED
@@ -14,7 +14,7 @@ def app():
|
|
14 |
def get_model():
|
15 |
return pipeline('text-generation', model=model, do_sample=True, skip_special_tokens=True)
|
16 |
|
17 |
-
col1, col2 = st.
|
18 |
|
19 |
|
20 |
with col1:
|
|
|
14 |
def get_model():
|
15 |
return pipeline('text-generation', model=model, do_sample=True, skip_special_tokens=True)
|
16 |
|
17 |
+
col1, col2 = st.columns([2,1])
|
18 |
|
19 |
|
20 |
with col1:
|