aroffe commited on
Commit
c82a699
·
verified ·
1 Parent(s): 9226b48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
 
94
  For faster inference, you can duplicate the space and upgrade the hardware resources!
95
  """)
96
- gr.DuplicateButton()
97
  gr.LoginButton()
98
  dropdown = gr.Dropdown(visible=False)
99
  demo.load(get_dropdown_for_huggingface, inputs=None, outputs=dropdown)
 
93
 
94
  For faster inference, you can duplicate the space and upgrade the hardware resources!
95
  """)
96
+ gr.DuplicateButton(icon="https://chunte-hfba.static.hf.space/images/Outlined%20Huggies/Scan%20Huggy.png")
97
  gr.LoginButton()
98
  dropdown = gr.Dropdown(visible=False)
99
  demo.load(get_dropdown_for_huggingface, inputs=None, outputs=dropdown)