aroffe commited on
Commit
63a599e
·
verified ·
1 Parent(s): 0937f1b

Update app.py

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