Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
2b40180
1
Parent(s):
a1de7ad
Update app_file_is_here.py
Browse files- app_file_is_here.py +1 -1
app_file_is_here.py
CHANGED
@@ -406,7 +406,7 @@ with gr.Blocks(css=css) as myface:
|
|
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 |
-
<
|
410 |
with gr.Row():
|
411 |
with gr.Column(scale=100):
|
412 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|
|
|
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 |
+
<h4>1. 使用Envvi/Inkpunk-Diffusion时,需要在提示词中加上“nvinkpunk”</h4>""")
|
410 |
with gr.Row():
|
411 |
with gr.Column(scale=100):
|
412 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|