rizavelioglu commited on
Commit
2cd8c43
·
verified ·
1 Parent(s): 0a150b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks(title="VAE Performance Tester", css=".monospace-text {font-family
198
  )
199
 
200
  if __name__ == "__main__":
201
- demo.launch(ssr_mode=False)
 
198
  )
199
 
200
  if __name__ == "__main__":
201
+ demo.launch(share=True, ssr_mode=False)