Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ model_options = [
|
|
63 |
] # Agrega aquí más modelos si es necesario
|
64 |
select_model = gr.Dropdown(model_options, label="Selecciona el modelo")
|
65 |
|
66 |
-
gr.Interface(play_audio, inputs=[input_text, select_model], outputs=gr.Audio(), flagging_options=None).launch()
|
|
|
63 |
] # Agrega aquí más modelos si es necesario
|
64 |
select_model = gr.Dropdown(model_options, label="Selecciona el modelo")
|
65 |
|
66 |
+
gr.Interface(play_audio, inputs=[input_text, select_model], outputs=gr.Audio(), flagging_options=None).launch(share=True, port=5000)
|