machinelearnear commited on
Commit
b909347
1 Parent(s): 38da1d1

Add share=True to app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -614,4 +614,4 @@ with gr.Blocks(css=css) as demo:
614
  #Checks if the training is running
615
  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)
616
 
617
- demo.queue(default_enabled=False).launch(debug=True)
 
614
  #Checks if the training is running
615
  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)
616
 
617
+ demo.queue(default_enabled=False).launch(debug=True, share=True)