uzma2025 commited on
Commit
3eb2b36
·
verified ·
1 Parent(s): b4e5d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ with gr.Blocks() as demo:
66
 
67
 
68
  if __name__ == "__main__":
69
- demo.launch()
70
 
 
66
 
67
 
68
  if __name__ == "__main__":
69
+ demo.launch(share=True, ssr_mode=False)
70