Fix login
Browse files
app.py
CHANGED
|
@@ -438,8 +438,6 @@ with gr.Blocks(css=css) as WeShop:
|
|
| 438 |
outputs=[output, current_did],
|
| 439 |
concurrency_limit=None
|
| 440 |
)
|
| 441 |
-
with gr.Row():
|
| 442 |
-
gr.LoginButton()
|
| 443 |
with gr.Column():
|
| 444 |
show_case = gr.Examples(
|
| 445 |
examples=[
|
|
|
|
| 438 |
outputs=[output, current_did],
|
| 439 |
concurrency_limit=None
|
| 440 |
)
|
|
|
|
|
|
|
| 441 |
with gr.Column():
|
| 442 |
show_case = gr.Examples(
|
| 443 |
examples=[
|