Spaces:
Runtime error
Runtime error
wenmengzhou
commited on
Update app.py
Browse fileschange port to 7860
app.py
CHANGED
@@ -56,4 +56,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
56 |
inputs=[audio_mode_radio],
|
57 |
outputs=[preset_layout, custom_layout, advanced_layout])
|
58 |
|
59 |
-
demo.queue().launch(server_port=
|
|
|
56 |
inputs=[audio_mode_radio],
|
57 |
outputs=[preset_layout, custom_layout, advanced_layout])
|
58 |
|
59 |
+
demo.queue().launch(server_port=7860)
|