versae commited on
Commit
20e009e
·
verified ·
1 Parent(s): 49cc43c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,4 +253,4 @@ with gr.Blocks(title="Summary Chooser") as interface:
253
 
254
  # Launch the application
255
  if __name__ == "__main__":
256
- interface.launch(ssr=False)
 
253
 
254
  # Launch the application
255
  if __name__ == "__main__":
256
+ interface.launch(ssr_mode=False)