Spaces:
Runtime error
Runtime error
Commit
·
01dc683
1
Parent(s):
9ff3b4a
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
|
|
| 24 |
image_button = gr.Button("ミラー加工します")
|
| 25 |
|
| 26 |
with gr.Accordion("説明"):
|
| 27 |
-
gr.Markdown("Textboxを入力してください。 ImageをUpload
|
| 28 |
|
| 29 |
text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 30 |
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
|
|
|
| 24 |
image_button = gr.Button("ミラー加工します")
|
| 25 |
|
| 26 |
with gr.Accordion("説明"):
|
| 27 |
+
gr.Markdown("Textboxを入力してください。 ImageをUploadでは画像のミラー加工ができますよ。")
|
| 28 |
|
| 29 |
text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 30 |
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|