Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -220,9 +220,9 @@ def create_gradio_interface():
|
|
| 220 |
value="English"
|
| 221 |
)
|
| 222 |
translation_model = gr.Dropdown(
|
| 223 |
-
choices=["gpt-
|
| 224 |
label="Translation Model",
|
| 225 |
-
value="gpt-
|
| 226 |
)
|
| 227 |
output_option = gr.Radio(
|
| 228 |
choices=["audio", "script_text", "both"],
|
|
|
|
| 220 |
value="English"
|
| 221 |
)
|
| 222 |
translation_model = gr.Dropdown(
|
| 223 |
+
choices=["gpt-4o-mini", "gpt-4o", "gpt-4"],
|
| 224 |
label="Translation Model",
|
| 225 |
+
value="gpt-4o-mini"
|
| 226 |
)
|
| 227 |
output_option = gr.Radio(
|
| 228 |
choices=["audio", "script_text", "both"],
|