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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ 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)", 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")
 
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=8 )
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")