taka-yayoi commited on
Commit
045f9c6
·
verified ·
1 Parent(s): 9f0f802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ demo = gr.ChatInterface(
90
  textbox=gr.Textbox(placeholder="生成する画像を指示",
91
  container=False, scale=7),
92
  title="Databricks画像生成デモ - モデルサービングエンドポイントによるパーソナライズ画像の生成",
93
- description="[Databricksにおける生成AIを用いたブランドに沿う画像の生成](https://qiita.com/taka_yayoi/items/8d3473847d9ccc8ca00c)<br>ファインチューニングに用いた画像<br>![](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/1168882/d4e3422b-107e-1bd4-ff84-28e0ea0ac156.png)",
94
  examples=[["A photo of an orange bcnchr chair"],
95
  ["A photo of an blue hsmnchr chair"],
96
  ["A photo of an red rckchr chair"],],
 
90
  textbox=gr.Textbox(placeholder="生成する画像を指示",
91
  container=False, scale=7),
92
  title="Databricks画像生成デモ - モデルサービングエンドポイントによるパーソナライズ画像の生成",
93
+ description="[Databricksにおける生成AIを用いたブランドに沿う画像の生成](https://qiita.com/taka_yayoi/items/8d3473847d9ccc8ca00c)<br>**ファインチューニングに用いた画像**<br>![](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/1168882/d4e3422b-107e-1bd4-ff84-28e0ea0ac156.png)",
94
  examples=[["A photo of an orange bcnchr chair"],
95
  ["A photo of an blue hsmnchr chair"],
96
  ["A photo of an red rckchr chair"],],