Jiangxz01 commited on
Commit
dcd0dc2
·
verified ·
1 Parent(s): b73035a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -288,11 +288,11 @@ body {
288
  with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
289
  gr.Markdown("""
290
  # 🎙️ 聲音行銷企劃 - 財資歐北共 Podcast 🎙️
291
- ### 自動生成 Podcast 節目及音檔,系統布署:江信宗,LLM:Llama-3.1-405B-Instruct
292
  """, elem_classes="center-aligned")
293
 
294
  input_text = gr.Textbox(
295
- label="請輸入 Podcast 話題(建議50~1000字)",
296
  placeholder="輸入 Podcast 話題內容越詳細劇本越佳 ......",
297
  elem_classes="input-background",
298
  max_lines=20
@@ -367,4 +367,4 @@ if __name__ == "__main__":
367
  if "SPACE_ID" in os.environ:
368
  iface.launch()
369
  else:
370
- iface.launch(share=True, show_api=False)
 
288
  with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
289
  gr.Markdown("""
290
  # 🎙️ 聲音行銷企劃 - 財資歐北共 Podcast 🎙️
291
+ > - **自動生成 Podcast 節目及音檔,系統布署:江信宗,LLM:Llama-3.1-405B-Instruct。**
292
  """, elem_classes="center-aligned")
293
 
294
  input_text = gr.Textbox(
295
+ label="請輸入 Podcast 話題(建議501000字)",
296
  placeholder="輸入 Podcast 話題內容越詳細劇本越佳 ......",
297
  elem_classes="input-background",
298
  max_lines=20
 
367
  if "SPACE_ID" in os.environ:
368
  iface.launch()
369
  else:
370
+ iface.launch(share=True, show_api=False)