aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
5a8b5da verified
raw
history blame contribute delete
259 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.DownloadButton("πŸ“‚ Click to download file", value="http://www.marketingtool.online/en/face-generator/img/faces/avatar-1151ce9f4b2043de0d2e3b7826127998.jpg")
if __name__ == "__main__":
demo.launch()