Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
a1de7ad
1
Parent(s):
83f0319
Update app_file_is_here.py
Browse files- app_file_is_here.py +4 -1
app_file_is_here.py
CHANGED
@@ -403,7 +403,10 @@ with gr.Blocks(css=css) as myface:
|
|
403 |
gr.HTML(""" <title>多模型加速生成</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
404 |
<h1>输入文字生成图像</h1>
|
405 |
<br><h4>第一次导入模型可能需要200秒生成</h4>
|
406 |
-
<br><h4>之后一般只需20秒左右</h4>""")
|
|
|
|
|
|
|
407 |
with gr.Row():
|
408 |
with gr.Column(scale=100):
|
409 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|
|
|
403 |
gr.HTML(""" <title>多模型加速生成</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
404 |
<h1>输入文字生成图像</h1>
|
405 |
<br><h4>第一次导入模型可能需要200秒生成</h4>
|
406 |
+
<br><h4>之后一般只需20秒左右</h4>""")
|
407 |
+
with gr.Tab("内置模型解释"):
|
408 |
+
gr.HTML(""" <title>在内置模型中生成图片可能出现的问题</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
409 |
+
<h1>1. 使用Envvi/Inkpunk-Diffusion时,需要在提示词中加上“nvinkpunk”</h1>""")
|
410 |
with gr.Row():
|
411 |
with gr.Column(scale=100):
|
412 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|