Thanush1 commited on
Commit
18ec4a7
Β·
verified Β·
1 Parent(s): de2970a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -173,8 +173,6 @@ with gr.Blocks(title="IndicBART CPU Multilingual Assistant", theme=gr.themes.Sof
173
  if __name__ == "__main__":
174
  demo.launch(
175
  share=True,
176
- ssr_mode=False, # Disable SSR mode to fix the 500 error
177
- server_name="0.0.0.0",
178
  server_port=7860,
179
  show_error=True
180
  )
 
173
  if __name__ == "__main__":
174
  demo.launch(
175
  share=True,
 
 
176
  server_port=7860,
177
  show_error=True
178
  )