Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def flip_image(x):
|
|
| 8 |
return np.fliplr(x)
|
| 9 |
|
| 10 |
with gr.Blocks() as app:
|
| 11 |
-
gr.Markdown("#翻转文本或图像")
|
| 12 |
with gr.Tabs():
|
| 13 |
with gr.TabItem("翻转文本"):
|
| 14 |
text_input = gr.Textbox(label="输入")
|
|
|
|
| 8 |
return np.fliplr(x)
|
| 9 |
|
| 10 |
with gr.Blocks() as app:
|
| 11 |
+
gr.Markdown("# 翻转文本或图像")
|
| 12 |
with gr.Tabs():
|
| 13 |
with gr.TabItem("翻转文本"):
|
| 14 |
text_input = gr.Textbox(label="输入")
|