Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def quickstart(prompt):
|
|
| 17 |
# 4.样式设计
|
| 18 |
with gr.Blocks() as demo:
|
| 19 |
gr.Markdown("# 用 LoRA 和 DreamBooth 创作: 万物皆会Coding")
|
| 20 |
-
gr.Image("
|
| 21 |
gr.Markdown("## prompt: A picture of person coding")
|
| 22 |
gr.Markdown("## prompt: A picture of dog coding")
|
| 23 |
greet_btn = gr.Button("开始生成")
|
|
|
|
| 17 |
# 4.样式设计
|
| 18 |
with gr.Blocks() as demo:
|
| 19 |
gr.Markdown("# 用 LoRA 和 DreamBooth 创作: 万物皆会Coding")
|
| 20 |
+
gr.Image("2100.png")
|
| 21 |
gr.Markdown("## prompt: A picture of person coding")
|
| 22 |
gr.Markdown("## prompt: A picture of dog coding")
|
| 23 |
greet_btn = gr.Button("开始生成")
|