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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ 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")
98
- gr.LoginButton(variant="secondary", size="lg")
99
  dropdown = gr.Dropdown(visible=False)
100
  demo.load(get_dropdown_for_huggingface, inputs=None, outputs=dropdown)
101
 
 
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()
98
+ gr.LoginButton()
99
  dropdown = gr.Dropdown(visible=False)
100
  demo.load(get_dropdown_for_huggingface, inputs=None, outputs=dropdown)
101