Commit
·
8d4a86e
1
Parent(s):
966b7d6
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('kishida.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('kishida.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)"):
|