bluenevus commited on
Commit
73fda16
·
verified ·
1 Parent(s): 425eec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,10 +222,10 @@ with gr.Blocks() as demo:
222
  api_key_input = gr.Textbox(label="Enter your Gemini API Key", type="password")
223
 
224
  with gr.Row():
225
- content_input = gr.Textbox(label="Paste your content (optional)")
226
  document_upload = gr.File(label="Upload Document (optional)")
227
 
228
- duration = gr.Radio(["1-5 min", "5-10 min", "10-15 min"], label="Estimated podcast duration")
229
  num_hosts = gr.Radio([1, 2], label="Number of podcast hosts", value=2)
230
 
231
  voice_options = ["tara", "leah", "jess", "leo", "dan", "mia", "zac", "zoe"]
 
222
  api_key_input = gr.Textbox(label="Enter your Gemini API Key", type="password")
223
 
224
  with gr.Row():
225
+ content_input = gr.Textbox( label="Paste your content (optional)", lines=4 )
226
  document_upload = gr.File(label="Upload Document (optional)")
227
 
228
+ duration = gr.Radio(["1-5 min", "5-10 min", "10-15 min"], label="Estimated podcast duration", value="1-5 min")
229
  num_hosts = gr.Radio([1, 2], label="Number of podcast hosts", value=2)
230
 
231
  voice_options = ["tara", "leah", "jess", "leo", "dan", "mia", "zac", "zoe"]