Amould commited on
Commit
303fea2
·
1 Parent(s): e50ef78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ with gr.Blocks() as demo:
58
  result_button_decrypt.click(Decrypt_users_txt, inputs = inputs, outputs = output_text)
59
 
60
 
61
- demo.queue(default_enabled = True).launch(debug = True)
 
58
  result_button_decrypt.click(Decrypt_users_txt, inputs = inputs, outputs = output_text)
59
 
60
 
61
+ demo.queue(default_enabled = True).launch(share=True`,debug = True)