SaltProphet commited on
Commit
44a20fd
·
verified ·
1 Parent(s): 5ab21d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="red"))
229
  download_zip_file = gr.File(label="Download Your Loop Pack", visible=False)
230
 
231
  gr.Markdown("### Status")
232
- progress_bar = gr.Progress(label="Task Progress")
233
  status_log = gr.Textbox(label="Status Log", lines=10, interactive=False)
234
 
235
  with gr.Column(scale=2):
 
229
  download_zip_file = gr.File(label="Download Your Loop Pack", visible=False)
230
 
231
  gr.Markdown("### Status")
232
+ progress_bar = gr.Progress()
233
  status_log = gr.Textbox(label="Status Log", lines=10, interactive=False)
234
 
235
  with gr.Column(scale=2):