Hev832 commited on
Commit
be5866e
1 Parent(s): cb8512f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="cyan")) a
58
  return gr.update(value=output_file, visible=True), gr.update(visible=False)
59
  else:
60
  return gr.update(visible=False), gr.update(value=output_file, visible=True)
61
- gr.Markdown(f"### <div style='text-align: center;'>made with ❤ by <a href='https://huggingface.co/Hev832'>Hev832</a></div>")
62
 
63
  download_button.click(
64
  handle_download,
 
58
  return gr.update(value=output_file, visible=True), gr.update(visible=False)
59
  else:
60
  return gr.update(visible=False), gr.update(value=output_file, visible=True)
61
+ gr.Markdown(f"### <div style='text-align: center;'>made with ❤ by <a href='https://huggingface.co/Gradio-Blocks'>Gradio-Blocks-Party-Member</a></div>")
62
 
63
  download_button.click(
64
  handle_download,