Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ Follow this example structure:
|
|
71 |
)
|
72 |
return response.choices[0].message.content
|
73 |
|
74 |
-
with gr.Blocks(
|
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="請輸入您的文字")
|