Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 98 |
-
gr.LoginButton(
|
| 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 |
|