Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with demo:
|
|
80 |
pva_button = gr.Button("调用机器人对话>>")
|
81 |
pva_output=gr.HTML(label="机器人聊天窗口",show_label=True)
|
82 |
with gr.TabItem("Excel365测试"):
|
83 |
-
gr.
|
84 |
with gr.TabItem("风格迁移"):
|
85 |
qy_input=[gr.Image(label="待转换图片",type="filepath"),gr.Image(label="风格图片",type="filepath")]
|
86 |
qy_output=gr.Image(type="auto", label="输出")
|
|
|
80 |
pva_button = gr.Button("调用机器人对话>>")
|
81 |
pva_output=gr.HTML(label="机器人聊天窗口",show_label=True)
|
82 |
with gr.TabItem("Excel365测试"):
|
83 |
+
gr.HTML(value=ht_text,label="在线版演示",show_label=True)
|
84 |
with gr.TabItem("风格迁移"):
|
85 |
qy_input=[gr.Image(label="待转换图片",type="filepath"),gr.Image(label="风格图片",type="filepath")]
|
86 |
qy_output=gr.Image(type="auto", label="输出")
|