Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ ideaGen_demo = gr.Interface(theme=gr.themes.Soft(), fn=ideaGen.ideagen,
|
|
| 18 |
info = "請選擇要生成的Idea種類",
|
| 19 |
choices = ["YouTube 創意影片", "線下體驗 / 店頭活動", "數位 / 手機 / 線上互動","TikTok 趣味短片" ,"Instagram UGC 活動","Social 貼文 / 網頁或廣告標題"],
|
| 20 |
type = "index",
|
|
|
|
| 21 |
),
|
| 22 |
gr.Textbox(
|
| 23 |
label = "品牌名稱",
|
|
|
|
| 18 |
info = "請選擇要生成的Idea種類",
|
| 19 |
choices = ["YouTube 創意影片", "線下體驗 / 店頭活動", "數位 / 手機 / 線上互動","TikTok 趣味短片" ,"Instagram UGC 活動","Social 貼文 / 網頁或廣告標題"],
|
| 20 |
type = "index",
|
| 21 |
+
value = 0
|
| 22 |
),
|
| 23 |
gr.Textbox(
|
| 24 |
label = "品牌名稱",
|