ronit1710 commited on
Commit
8df044d
·
verified ·
1 Parent(s): 7e00320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ demo = gr.Interface(
34
  )
35
 
36
  # Launch the demo
37
- demo.launch(ssr=False)
38
 
 
34
  )
35
 
36
  # Launch the demo
37
+ demo.launch()
38