Spaces:
Running
Running
Update app.py
Browse files
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/
|
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,
|