Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,9 @@ with gr.Blocks(title="Seed-X") as demo:
|
|
119 |
lines=5
|
120 |
)
|
121 |
|
|
|
|
|
|
|
122 |
|
123 |
# # 示例
|
124 |
gr.Examples(
|
|
|
119 |
lines=5
|
120 |
)
|
121 |
|
122 |
+
gr.Markdown(
|
123 |
+
'(The content of the input and output is limited to no more than 5 lines.)'
|
124 |
+
)
|
125 |
|
126 |
# # 示例
|
127 |
gr.Examples(
|