update
Browse files- app.py +2 -9
- examples.csv +2 -1
app.py
CHANGED
@@ -167,15 +167,7 @@ with gr.Blocks(css=css, title="ClueAI") as demo:
|
|
167 |
task = gr.Dropdown(label="任务", show_label=True, choices=task_styles, value="标题生成文章")
|
168 |
btn = gr.Button("生成",elem_id="gen_btn_1").style(full_width=False)
|
169 |
with gr.Accordion("高级操作", open=False):
|
170 |
-
|
171 |
-
label="不想要生成的元素", show_label=True, max_lines=2,
|
172 |
-
placeholder="在这里输入你不需要包含的内容...",
|
173 |
-
)
|
174 |
-
guidance_scale = gr.Slider(1, 20, value=7.5, step=0.5, label="和你的描述匹配程度,越大越匹配")
|
175 |
-
shape = gr.Radio(["1x1", "16x9", "手机壁纸"], label="尺寸", value="1x1")
|
176 |
-
shape_scale = gr.Radio([1, 2, 3], label="对图放大倍数", value=1)
|
177 |
-
steps = gr.Slider(10, 150, value=50, step=1, label="越大质量越好,生成时间越长")
|
178 |
-
clarity = gr.Radio(["标清", "高清"], label="清晰度", value="标清")
|
179 |
with gr.Row(variant="compact").style( equal_height=True):
|
180 |
output_text = gr.Textbox(
|
181 |
label="输出", show_label=True, max_lines=50,
|
@@ -222,5 +214,6 @@ with gr.Blocks(css=css, title="ClueAI") as demo:
|
|
222 |
generate_prompt_btn.click(inference_image, inputs=input_params, outputs=[t2i_gallery])
|
223 |
text.submit(inference_image, inputs=input_params, outputs=t2i_gallery)
|
224 |
btn.click(inference_image, inputs=input_params, outputs=t2i_gallery)
|
|
|
225 |
#demo.queue(concurrency_count=3)
|
226 |
demo.launch()
|
|
|
167 |
task = gr.Dropdown(label="任务", show_label=True, choices=task_styles, value="标题生成文章")
|
168 |
btn = gr.Button("生成",elem_id="gen_btn_1").style(full_width=False)
|
169 |
with gr.Accordion("高级操作", open=False):
|
170 |
+
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
with gr.Row(variant="compact").style( equal_height=True):
|
172 |
output_text = gr.Textbox(
|
173 |
label="输出", show_label=True, max_lines=50,
|
|
|
214 |
generate_prompt_btn.click(inference_image, inputs=input_params, outputs=[t2i_gallery])
|
215 |
text.submit(inference_image, inputs=input_params, outputs=t2i_gallery)
|
216 |
btn.click(inference_image, inputs=input_params, outputs=t2i_gallery)
|
217 |
+
|
218 |
#demo.queue(concurrency_count=3)
|
219 |
demo.launch()
|
examples.csv
CHANGED
@@ -43,6 +43,7 @@
|
|
43 |
选项:积极,消极"
|
44 |
新闻分类,新闻分类:,"本周早些时候,始于俄罗斯的两条巨型天然气管道分别发现了三个泄漏点。管道中充满燃料,破裂产生了宽度达800米的气泡,上浮到丹麦博恩霍尔姆岛附近的波罗的海表面。
|
45 |
就在泄漏发生前,附近检测到了爆炸,而欧洲各国政府尚未确定被称为北溪一号和北溪二号管道泄漏的原因。欧洲和美国的政治领导人表示,这是一起蓄意破坏行为。
|
46 |
-
相关猜测指向俄罗斯,该国的国有能源公司俄罗斯天然气工业股份公司是这些管道的主要所有者。俄罗斯发言人德米特里·佩斯科夫驳斥了有关俄罗斯参与的指控,称其“愚蠢”,并将矛头指向美国。
|
|
|
47 |
意图分类,意图分类:,"帮我定一个周日上海浦东的房间
|
48 |
选项:闹钟,文学,酒店,艺术,体育,健康,天气,其他"
|
|
|
43 |
选项:积极,消极"
|
44 |
新闻分类,新闻分类:,"本周早些时候,始于俄罗斯的两条巨型天然气管道分别发现了三个泄漏点。管道中充满燃料,破裂产生了宽度达800米的气泡,上浮到丹麦博恩霍尔姆岛附近的波罗的海表面。
|
45 |
就在泄漏发生前,附近检测到了爆炸,而欧洲各国政府尚未确定被称为北溪一号和北溪二号管道泄漏的原因。欧洲和美国的政治领导人表示,这是一起蓄意破坏行为。
|
46 |
+
相关猜测指向俄罗斯,该国的国有能源公司俄罗斯天然气工业股份公司是这些管道的主要所有者。俄罗斯发言人德米特里·佩斯科夫驳斥了有关俄罗斯参与的指控,称其“愚蠢”,并将矛头指向美国。
|
47 |
+
选项:财经,法律,国际,军事"
|
48 |
意图分类,意图分类:,"帮我定一个周日上海浦东的房间
|
49 |
选项:闹钟,文学,酒店,艺术,体育,健康,天气,其他"
|