Sheikh Mohammad Rakib commited on
Commit
0a5baed
·
1 Parent(s): c19f82c

feat: enable public sharing in demo launch configuration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,4 +324,4 @@ with gr.Blocks(title="Memory Keeper") as demo:
324
  """)
325
 
326
  if __name__ == "__main__":
327
- demo.launch(css=css)
 
324
  """)
325
 
326
  if __name__ == "__main__":
327
+ demo.launch(css=css, share=True)