Ubuntu commited on
Commit
29c0f97
·
1 Parent(s): f76a38a

update application config

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -134,10 +134,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
134
  gr.Markdown("5. Wait for a few seconds, and your transcription will appear in the result box.")
135
 
136
  # Launch the Gradio interface
137
- demo.launch(
138
- server_name='0.0.0.0',
139
- server_port=5008,
140
- ssl_certfile='/home/ubuntu/astarwiz_com/astarwiz_com.crt',
141
- ssl_keyfile='/home/ubuntu/astarwiz_com/astarwiz_com.key',
142
- ssl_verify=False
143
- )
 
134
  gr.Markdown("5. Wait for a few seconds, and your transcription will appear in the result box.")
135
 
136
  # Launch the Gradio interface
137
+ demo.launch()