Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
9aaa37e
1
Parent(s):
ada2939
Update app.py
Browse files
app.py
CHANGED
@@ -77,12 +77,12 @@ with gr.Blocks(css=css) as demo:
|
|
77 |
gr.Markdown(f"""
|
78 |
# 著作権のない画像
|
79 |
## Anime image with No copyright
|
80 |
-
|
81 |
""")
|
82 |
|
83 |
with gr.Row():
|
84 |
|
85 |
-
run_button = gr.Button("
|
86 |
|
87 |
result = gr.Image(label="Result", show_label=False)
|
88 |
generated_prompt = gr.Textbox(label="Generated prompt", show_label=False, interactive=False)
|
|
|
77 |
gr.Markdown(f"""
|
78 |
# 著作権のない画像
|
79 |
## Anime image with No copyright
|
80 |
+
Generateボタンを押し、画像を生成してください。この画像がいくらきれいであろうと著作権は誰にもありません。この画像は時刻を入力とした自然現象によって作られたものです。美しいとは何でしょうか。
|
81 |
""")
|
82 |
|
83 |
with gr.Row():
|
84 |
|
85 |
+
run_button = gr.Button("Generate", scale=0)
|
86 |
|
87 |
result = gr.Image(label="Result", show_label=False)
|
88 |
generated_prompt = gr.Textbox(label="Generated prompt", show_label=False, interactive=False)
|