Update app.py
Browse files
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=
|
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")
|