Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -684,4 +684,4 @@ with gr.Blocks(css=css) as demo:
|
|
684 |
#Checks if the training is running
|
685 |
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)
|
686 |
|
687 |
-
demo.queue(default_enabled=False).launch(debug=True
|
|
|
684 |
#Checks if the training is running
|
685 |
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)
|
686 |
|
687 |
+
demo.queue(default_enabled=False).launch(debug=True)
|