Sreerama commited on
Commit
624f047
1 Parent(s): 1a8fb5a

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -579,4 +579,4 @@ with gr.Blocks(css=css) as demo:
579
  #Checks if the training is running
580
  demo.load(fn=check_status, inputs=top_description, outputs=[top_description, try_your_model, push_to_hub, result, convert_button], queue=False, show_progress=False)
581
 
582
- demo.queue(default_enabled=False).launch(debug=True, share=True)
579
  #Checks if the training is running
580
  demo.load(fn=check_status, inputs=top_description, outputs=[top_description, try_your_model, push_to_hub, result, convert_button], queue=False, show_progress=False)
581
 
582
+ demo.queue(default_enabled=False).launch(debug=True)