baxin commited on
Commit
13841ca
·
verified ·
1 Parent(s): 4fad9a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -110,7 +110,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 800px;
110
  )
111
 
112
  gr.Markdown("---")
113
- gr.subheader("生成された画像")
 
 
 
114
 
115
  # 出力コンポーネント
116
  # Galleryは、キャプション付きの画像リストを表示するのに最適です
 
110
  )
111
 
112
  gr.Markdown("---")
113
+
114
+ # ▼▼▼ 修正箇所 ▼▼▼
115
+ # gr.subheader を gr.Markdown("## ...") に変更
116
+ gr.Markdown("## 生成された画像")
117
 
118
  # 出力コンポーネント
119
  # Galleryは、キャプション付きの画像リストを表示するのに最適です