Spaces:
Running
Running
Commit
·
0933286
1
Parent(s):
38e029a
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ pause = np.zeros(30000, dtype=np.float32)
|
|
24 |
st.title("おしゃべりAI安倍晋三メーカー")
|
25 |
image = Image.open('abe.jpg')
|
26 |
st.image(image)
|
27 |
-
text = st.text_area(label='ここにテキストを入力 (Input Text)↓', height=100, max_chars=
|
28 |
|
29 |
|
30 |
if st.button("生成(Generate)"):
|
|
|
24 |
st.title("おしゃべりAI安倍晋三メーカー")
|
25 |
image = Image.open('abe.jpg')
|
26 |
st.image(image)
|
27 |
+
text = st.text_area(label='ここにテキストを入力 (Input Text)↓', height=100, max_chars=128)
|
28 |
|
29 |
|
30 |
if st.button("生成(Generate)"):
|