cheberle commited on
Commit
182622a
·
1 Parent(s): 974dd09
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ demo = gr.Interface(
59
  )
60
 
61
  if __name__ == "__main__":
62
- demo.launch(debug=True, ssr=False) # Disable SSR for compatibility
 
59
  )
60
 
61
  if __name__ == "__main__":
62
+ demo.launch(debug=True) # Removed ssr argument