Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,8 @@ persona_photo_demo = gr.Interface(
|
|
| 144 |
gr.Textbox(label="Perosna資訊",lines=25),
|
| 145 |
],
|
| 146 |
outputs=[
|
| 147 |
-
gr.Image(label="Perosna照片")
|
|
|
|
| 148 |
],
|
| 149 |
title="Perosna",
|
| 150 |
description="Persona照片顯示",
|
|
|
|
| 144 |
gr.Textbox(label="Perosna資訊",lines=25),
|
| 145 |
],
|
| 146 |
outputs=[
|
| 147 |
+
gr.Image(label="Perosna照片"),
|
| 148 |
+
gr.Textbox(label="prompt")
|
| 149 |
],
|
| 150 |
title="Perosna",
|
| 151 |
description="Persona照片顯示",
|