nut1k commited on
Commit
34a78ad
·
1 Parent(s): 6c89303

Update app.py

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