Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ ideaGen_Followup_demo = gr.Interface(fn=ideaGen_Followup.ideagen,
|
|
| 87 |
outputs =[gr.Textbox(lines=10)],
|
| 88 |
allow_flagging="never", )
|
| 89 |
|
| 90 |
-
youtube_insight_demo = gr.Interface(fn=ideaGen_youtube_insight.
|
| 91 |
description="提供格式和範例,測試Idea的品質是否提升。",
|
| 92 |
inputs=[
|
| 93 |
gr.Dropdown(
|
|
|
|
| 87 |
outputs =[gr.Textbox(lines=10)],
|
| 88 |
allow_flagging="never", )
|
| 89 |
|
| 90 |
+
youtube_insight_demo = gr.Interface(fn=ideaGen_youtube_insight.parallel_function,
|
| 91 |
description="提供格式和範例,測試Idea的品質是否提升。",
|
| 92 |
inputs=[
|
| 93 |
gr.Dropdown(
|