uragankatrrin commited on
Commit
704fbce
1 Parent(s): 5b31cb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ with gr.Blocks() as demo:
122
  out_t = gr.Textbox(label = "added templates")
123
  btn.click(custom_template_file, inp_t, out_t)
124
 
125
- demo.launch(share = True, debug = True)
 
122
  out_t = gr.Textbox(label = "added templates")
123
  btn.click(custom_template_file, inp_t, out_t)
124
 
125
+ demo.launch(debug = True)