Ubuntu commited on
Commit
133fdc7
·
1 Parent(s): 71ee1ab

remove config

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