Jiangxz01 commited on
Commit
0fa7efa
·
verified ·
1 Parent(s): 7def66f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ Follow this example structure:
71
  )
72
  return response.choices[0].message.content
73
 
74
- with gr.Blocks(theme=gr.themes.Monochrome()) as iface:
75
  gr.Markdown("# 🎙️ Generated Podcast Audio. Deployed by 江信宗")
76
 
77
  input_text = gr.Textbox(label="請輸入您的文字")
 
71
  )
72
  return response.choices[0].message.content
73
 
74
+ with gr.Blocks() as iface:
75
  gr.Markdown("# 🎙️ Generated Podcast Audio. Deployed by 江信宗")
76
 
77
  input_text = gr.Textbox(label="請輸入您的文字")