File size: 258 Bytes
774e9f1 |
1 2 3 4 5 6 7 |
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() |