Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -772,7 +772,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
772 |
text_model = gr.Dropdown(
|
773 |
label="Text Generation Model",
|
774 |
choices=STANDARD_TEXT_MODELS,
|
775 |
-
value="o3-mini", "o4-mini", #"o1-preview-2024-09-12", #"gpt-4o-mini",
|
776 |
info="Select the model to generate the dialogue text.",
|
777 |
)
|
778 |
audio_model = gr.Dropdown(
|
|
|
772 |
text_model = gr.Dropdown(
|
773 |
label="Text Generation Model",
|
774 |
choices=STANDARD_TEXT_MODELS,
|
775 |
+
value="o3-mini", #"o4-mini", #"o1-preview-2024-09-12", #"gpt-4o-mini",
|
776 |
info="Select the model to generate the dialogue text.",
|
777 |
)
|
778 |
audio_model = gr.Dropdown(
|