Spaces:
Runtime error
Runtime error
Commit
·
f688899
1
Parent(s):
01dc683
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def flip_image(x):
|
|
| 12 |
|
| 13 |
|
| 14 |
with gr.Blocks() as demo:
|
| 15 |
-
gr.Markdown("
|
| 16 |
with gr.Tab("Textを入力"):
|
| 17 |
text_input = gr.Textbox()
|
| 18 |
text_output = gr.Textbox()
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
with gr.Blocks() as demo:
|
| 15 |
+
gr.Markdown("回文とかミラー加工とか...")
|
| 16 |
with gr.Tab("Textを入力"):
|
| 17 |
text_input = gr.Textbox()
|
| 18 |
text_output = gr.Textbox()
|