Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ css_1 = """
|
|
| 41 |
"""
|
| 42 |
|
| 43 |
ideaGen_demo = gr.Interface(theme=gr.themes.Soft(), fn=ideaGen.ideagen,
|
| 44 |
-
description="靈感生成器(Idea Generator),選擇想要生成的Idea種類,輸入品牌/產品/目標對象...相關資訊,讓AI產出相應的Idea。\n將產出的結果貼到靈感生成器(下一步)獲得細節的規劃。",
|
| 45 |
css = css_1,
|
| 46 |
inputs=[
|
| 47 |
gr.Dropdown(
|
|
|
|
| 41 |
"""
|
| 42 |
|
| 43 |
ideaGen_demo = gr.Interface(theme=gr.themes.Soft(), fn=ideaGen.ideagen,
|
| 44 |
+
description="靈感生成器(Idea Generator),先選擇想要生成的Idea種類,輸入品牌/產品/目標對象...相關資訊,讓AI產出相應的Idea。\n將產出的結果貼到靈感生成器(下一步)獲得細節的規劃。",
|
| 45 |
css = css_1,
|
| 46 |
inputs=[
|
| 47 |
gr.Dropdown(
|