gamingflexer commited on
Commit
b33c42d
·
1 Parent(s): 198bf6e

Update launch function in app2.py

Browse files
Files changed (1) hide show
  1. src/app2.py +1 -1
src/app2.py CHANGED
@@ -20,4 +20,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, seconda
20
 
21
  submit_button_tab_1.click(fn=sample_fun,inputs=[voice_input,prodcut_id])
22
 
23
- demo.launch(server_name="0.0.0.0",server_port=9003)
 
20
 
21
  submit_button_tab_1.click(fn=sample_fun,inputs=[voice_input,prodcut_id])
22
 
23
+ demo.launch()