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

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -288,7 +288,7 @@ 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(
@@ -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(
 
367
  if "SPACE_ID" in os.environ:
368
  iface.launch()
369
  else:
370
+ iface.launch(share=True, show_api=False)