Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ youtube_insight_demo = gr.Interface(fn=ideaGen_youtube_insight.parallel_function
|
|
| 112 |
lines = 5,
|
| 113 |
value = "希望主打年輕客群,可以利用各種車上時間"
|
| 114 |
) ] ,
|
| 115 |
-
outputs =[gr.Textbox(lines=10)],
|
| 116 |
allow_flagging="never", )
|
| 117 |
|
| 118 |
strategy_demo = gr.Interface(fn=strategyGen.ideagen,
|
|
|
|
| 112 |
lines = 5,
|
| 113 |
value = "希望主打年輕客群,可以利用各種車上時間"
|
| 114 |
) ] ,
|
| 115 |
+
outputs =[gr.Textbox(label = "提案內容",lines=10),gr.Textbox(label = "實現步驟",lines=10),gr.Textbox(label = "token花費",lines=2)],
|
| 116 |
allow_flagging="never", )
|
| 117 |
|
| 118 |
strategy_demo = gr.Interface(fn=strategyGen.ideagen,
|