Spaces:
Runtime error
Runtime error
Commit
·
d12bbcb
1
Parent(s):
383333f
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()
|