Update app.py
Browse files
app.py
CHANGED
@@ -118,10 +118,9 @@ with gr.Blocks(
|
|
118 |
placeholder="兮辞折寿中……",
|
119 |
show_label=True,
|
120 |
).style(container=True)
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
clear = gr.Button("Clear / 打扫群内垃圾")
|
125 |
with gr.Row():
|
126 |
with gr.Column(min_width=80, scale=1):
|
127 |
with gr.Tab(label="设置参数"):
|
|
|
118 |
placeholder="兮辞折寿中……",
|
119 |
show_label=True,
|
120 |
).style(container=True)
|
121 |
+
submit = gr.Button("Submit / 开凹!")
|
122 |
+
stop = gr.Button("Stop / 全局时空断裂")
|
123 |
+
clear = gr.Button("Clear / 打扫群内垃圾")
|
|
|
124 |
with gr.Row():
|
125 |
with gr.Column(min_width=80, scale=1):
|
126 |
with gr.Tab(label="设置参数"):
|