Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|