Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import requests
|
4 |
import os
|
5 |
from gradio.themes.utils import sizes
|
6 |
-
|
7 |
|
8 |
def respond(message, history):
|
9 |
|
@@ -67,7 +67,7 @@ demo = gr.ChatInterface(
|
|
67 |
chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
|
68 |
textbox=gr.Textbox(placeholder="生成する画像を指示",
|
69 |
container=False, scale=7),
|
70 |
-
title="Databricks
|
71 |
description="[Databricksにおける生成AIを用いたブランドに沿う画像の生成](https://qiita.com/taka_yayoi/items/8d3473847d9ccc8ca00c)",
|
72 |
examples=[["A photo of an orange bcnchr chair"],
|
73 |
["A photo of an blue hsmnchr chair"],
|
|
|
3 |
import requests
|
4 |
import os
|
5 |
from gradio.themes.utils import sizes
|
6 |
+
import json
|
7 |
|
8 |
def respond(message, history):
|
9 |
|
|
|
67 |
chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
|
68 |
textbox=gr.Textbox(placeholder="生成する画像を指示",
|
69 |
container=False, scale=7),
|
70 |
+
title="Databricks画像生成デモ - モデルサービングエンドポイントによるパーソナライズ画像の生成",
|
71 |
description="[Databricksにおける生成AIを用いたブランドに沿う画像の生成](https://qiita.com/taka_yayoi/items/8d3473847d9ccc8ca00c)",
|
72 |
examples=[["A photo of an orange bcnchr chair"],
|
73 |
["A photo of an blue hsmnchr chair"],
|