yaraa11 commited on
Commit
5bfa39f
·
verified ·
1 Parent(s): 571b705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,4 +47,5 @@ interface = gr.Interface(
47
  description="Upload a brain MRI image to generate a tumor segmentation mask."
48
  )
49
 
50
- interface.launch()
 
 
47
  description="Upload a brain MRI image to generate a tumor segmentation mask."
48
  )
49
 
50
+ # interface.launch()
51
+ interface.launch(server_preprocess=False, ssr_mode=False)