alvlar02 commited on
Commit
70174f3
·
verified ·
1 Parent(s): f9bf4c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ demo = gr.Interface(
95
  )
96
 
97
  if __name__ == '__main__':
98
- demo.launch(show_error = True)
 
95
  )
96
 
97
  if __name__ == '__main__':
98
+ demo.launch(show_error = True, ssr_mode=False)