Werli commited on
Commit
0875f49
·
verified ·
1 Parent(s): 415a9c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -933,7 +933,7 @@ next_run_time_utc = restart_space_job.next_run_time.astimezone(timezone.utc)
933
  NEXT_RESTART = f"Next Restart: {next_run_time_utc.strftime('%Y-%m-%d %H:%M:%S')} (UTC)"
934
 
935
  # Using "JohnSmith9982/small_and_pretty" theme
936
- with gr.Blocks(title=TITLE, css=css, theme="Werli/wd-tagger-images", fill_width=True) as demo:
937
  gr.Markdown(value=f"<h1 style='text-align: center; margin-bottom: 1rem'>{TITLE}</h1>")
938
  gr.Markdown(value=DESCRIPTION)
939
  gr.Markdown(NEXT_RESTART)
 
933
  NEXT_RESTART = f"Next Restart: {next_run_time_utc.strftime('%Y-%m-%d %H:%M:%S')} (UTC)"
934
 
935
  # Using "JohnSmith9982/small_and_pretty" theme
936
+ with gr.Blocks(title=TITLE, css=css, theme="Werli/Multi-Tagger", fill_width=True) as demo:
937
  gr.Markdown(value=f"<h1 style='text-align: center; margin-bottom: 1rem'>{TITLE}</h1>")
938
  gr.Markdown(value=DESCRIPTION)
939
  gr.Markdown(NEXT_RESTART)