Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
51f82ea
1
Parent(s):
a61484d
Update app_file_is_here.py
Browse files- app_file_is_here.py +2 -2
app_file_is_here.py
CHANGED
@@ -403,7 +403,7 @@ with gr.Blocks(css=css) as myface:
|
|
403 |
<br><h4>之后一般只需20秒左右</h4>""")
|
404 |
with gr.Row():
|
405 |
with gr.Column(scale=100):
|
406 |
-
magic1=gr.Textbox(label="输入提示词:", lines=4)
|
407 |
run=gr.Button("生成图像")
|
408 |
with gr.Row():
|
409 |
with gr.Column(scale=100):
|
@@ -416,7 +416,7 @@ with gr.Blocks(css=css) as myface:
|
|
416 |
with gr.Row():
|
417 |
with gr.Column(scale=50):
|
418 |
gr.HTML("""<h1>没有想法?</h1>""")
|
419 |
-
input_text=gr.Textbox(label="输入提示词点子:",lines=2)
|
420 |
use_short=gr.Button("使用精简提示词(使用框中提示词)")
|
421 |
see_prompts=gr.Button("扩充框内提示词")
|
422 |
|
|
|
403 |
<br><h4>之后一般只需20秒左右</h4>""")
|
404 |
with gr.Row():
|
405 |
with gr.Column(scale=100):
|
406 |
+
magic1=gr.Textbox(label="输入提示词:", lines=4, place_holder = "英文")
|
407 |
run=gr.Button("生成图像")
|
408 |
with gr.Row():
|
409 |
with gr.Column(scale=100):
|
|
|
416 |
with gr.Row():
|
417 |
with gr.Column(scale=50):
|
418 |
gr.HTML("""<h1>没有想法?</h1>""")
|
419 |
+
input_text=gr.Textbox(label="输入提示词点子:",lines=2, place_holder = "英文")
|
420 |
use_short=gr.Button("使用精简提示词(使用框中提示词)")
|
421 |
see_prompts=gr.Button("扩充框内提示词")
|
422 |
|